SVN Code repository

At Sourceforge

About Subversion

SVN (Subversion) is a tool used by many software developers to manage changes within their source code tree. SVN provides the means to store not only the current version of a piece of source code, but a record of all changes (and who made those changes) that have occurred to that source code. Use of SVN is particularly common on projects with multiple developers, since SVN ensures changes made by one developer are not accidentally removed when another developer posts their changes to the source tree.

In order to access a Subversion repository, you must install a special piece of software called a Subversion client. Subversion clients are available for most any operating system. Information about accessing this Subversion repository may be found in our development guidelines about "Subversion (Version Control for Source Code)".

Subversion Access This project's t Subversion repository can be checked out through SVN with the following instruction set:

svn co https://babel.svn.sourceforge.net/svnroot/babel babel

(Warning: This is a generic Subversion checkout command which will pull all modules, tags and/or branches of the project. Please refer to project home page for specific SVN instructions, or use "Browse Repository" link; in most cases, you will want to add '/trunk' to the HTTPS URL above to check out only trunk (main development line)).

You can check the subversion repository at http://babel.svn.sourceforge.net/viewvc/babel/.

You also can review our SVN usage statistics at Sourceforge: