Overview

Dynamsoft SourceAnywhere Standalone is a SQL-based source control solution designed to be a replacement for Microsoft Visual SourceSafe.

For the details of the features, please refer to features list.

Architecture

Dynamsoft SourceAnywhere Standalone is a client/server application which consists of a Server, a Cache Server (optional) and several types of Client. They can communicate over any standard TCP/IP connections. The architecture of Dynamsoft SourceAnywhere Standalone is illustrated as below:

Client

Dynamsoft SourceAnywhere Standalone Client includes the following types: Windows GUI Client, Windows Command Line Client, Java GUI Client, Java Command Line Client and IDE Client. IDE client includes Eclipse Plug-in, Macromedia Dreamweaver Plug-in, Visual Studio 6, Visual Studio .NET 2003 and Visual Studio 2005 integration.

Dynamsoft SourceAnywhere Standalone Windows GUI Client is a GUI application that resembles the SourceSafe Explorer user interface very much. Users can perform most SourceSafe operations in a similar fashion. Furthermore, Dynamsoft SourceAnywhere Standalone has many enhancements compared with VSS operations. For details about other types of Dynamsoft SourceAnywhere Standalone Client, please refer to Using Dynamsoft SourceAnywhere Standalone section.

Dynamsoft SourceAnywhere Standalone Client can connect to any Dynamsoft SourceAnywhere Standalone Server by simply specifying the location of that server (a host name or IP address and a port number). It supports HTTP and SOCKS proxy protocol.

Server

Dynamsoft SourceAnywhere Standalone stores all repository data in Microsoft SQL Server. You can create any number of repositories in one database.

Dynamsoft SourceAnywhere Standalone Server is installed as a system service, hence the server can be installed on any windows platforms which support service, such as Windows 2000, XP, 2003 or Vista. It runs in the background with no user interface of any kind.

Configuration of Dynamsoft SourceAnywhere Standalone Server can be done through a set of server management tools, including Server Manager, Service Configurator.

Cache Server

Dynamsoft SourceAnywhere Standalone Cache Server is specifically designed for geographically distributed teams and large teams. It caches the files when they are transferred through it. When a client needs to, say, get or check out a file from remote server, Cache Server transfers the file to client directly without relaying the file transfer request on to remote Dynamsoft SourceAnywhere Standalone server, if the file is cached in Cache Server. This way, the number of files to be transferred over internet is significantly reduced, and the remote access performance is greatly improved.

Configuration of Dynamsoft SourceAnywhere Standalone Cache Server can be done through Cache Server Manager. For more information about Dynamsoft SourceAnywhere Standalone Cache Server, please refer to the Cache Server page.