From LQWiki
(Redirected from Svn)
Subversion, aka "svn", is a version control program and is supposed to be the successor to and modern replacement of CVS. The commands for running svn are mostly the same as those used for cvs. svn is the command for the software subversion. Example:
svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdelibs
gets you the latest development code of KDE's libraries
Installing
To install subversion, download it from its project homepage, unpack it and compile it. If you want to check out from an https address (svn co https://svn.whatever.com/) you need the neon development package installed at compile-time.
See also
External links
- Subversion project home (subversion.tigris.org)
- Step by Step Installation Guide for Linux and Solaris (iedb.org)
- How to mirror one subversion repository to another(synchronizing two different subversion repositories)

This page is available under a