Developer(s) | Seapine Software |
---|---|
Initial release | September 2002 |
Stable release |
2017.1.0 / April 24, 2017
|
Operating system | Microsoft Windows, Linux, Mac OS X |
Type | Revision control |
License | Proprietary |
Website | www |
Surround SCM is a software configuration management application developed by Seapine Software. In 2008 Surround SCM won a Jolt Award in the Change and Configuration Management category.
Surround SCM has a client–server architecture. The server manages a central database of file versions and branches. Users work on files on their local hard drive and submit changed files together in changelists. The client and server communicate via a TCP/IP connection using 512-bit encryption.
Surround SCM stores data in an industry-standard relational database management system. The database contains both the file contents and metadata (file state, file attributes, branching and merging history, changelists, filters, users, groups, labels, etc.). A proxy server can optionally be installed to improve performance of file retrievals for distributed teams.
There are several different categories of Surround SCM clients: GUI, CLI, API, Web UI, and plugin.
The cross-platform GUI client is developed with Qt and available on Windows, Mac OS X, and Linux. It fully supports all end-user operations and administration operations.
The command line interface (CLI) is also available on Windows, Mac OS X, and Linux. The CLI can be used in any command shell or script. Build scripts generally access Surround SCM files via the CLI.