What is Subversion?
Subversion is a free/open-source revision control system (RCS) that
has become the leading solution in the marketplace. Subversion manages files and directories over time.
These files and directories are placed into a central storage called the repository. This is
similar to a ordinary file server, except that it remembers every change ever made to your files and directories,
thereby enabling recovery older versions of your data, and review of the history of how your data changed.
More
Key Features
Most of CVS' features
Commits are truly atomic
Stand-alone server option
Versioning of symbolic links
Costs proportional to change size
Efficient handling of binary files
Parseable output
Localized messages
More
Useful Links
http://www.polarion.com
http://www.subversionary.org
http://www.subversionbuch.de
http://www.svnforum.org
http://subversion.tigris.org
CVS, PVCS, VSS, ClearCase, MKS Importer for SVN
This tool enables quick, safe conversion from other version control systems to a Subversion (SVN) repository.
Importer for SVN can be used for periodic repository synchronization. Supported source version control systems:
CVS, PVCS, VSS, ClearCase and MKS.
WebClient for SVN
This Web 2.0 interface for any Subversion (SVN) repository that provides HTTP access. It offers a convenient repository content and history browsing,
and basic operations like checkout and commit are supported as well.
SubTrain – Open Source Training Materials for Subversion
The SubTrain course materials include a predefined, easily customizable set of presentation slides and supporting materials tailored to meet the training needs of
companies migrating to Subversion.