%general-entities; ]> Subversion-&subversion-version; Introduction to <application>Subversion</application> Subversion is a version control system that is designed to be a compelling replacement for CVS in the open source community. It extends and enhances CVS's feature set, while maintaining a similar interface for those already familiar with CVS. These instructions install the client used to manipulate a Subversion repository, creation of a repository is covered at . Package information Download (HTTP): Download (FTP): Download size: &subversion-size; Estimated Disk space required: &subversion-buildsize; Estimated build time: &subversion-time; <application>Subversion</application> dependencies Required (client and server) Required (server only) Optional (cleint and server) , , , , and or Optional (server only) inetd or , , , , SWIG and neon-0.24.7 Installation of <application>Subversion</application> Install Subversion by running the following commands: ./configure --prefix=/usr && make && make install If you have Apache installed pass the --with-apr=/usr and --with-apr-util=/usr switches to the configure script. Otherwise, Subversion will overwrite APR and APR-utils from Apache installation with its own files. Configuring <application>Subversion</application> Config files ~/.subversion/config, /etc/subversion/config Configuration Information /etc/subversion/config is the Subversion system-wide configuration file. This file is used to specify defaults for different svn commands. ~/.subversion/config is the user's personal configuration file. It is used to override the system-wide defaults set in /etc/subversion/config. Contents The Subversion package contains svn, svnversion, svnlook, svnadmin, svndumpfilter, mod_dav_svn and svnserve. Description svn The command-line client program. svnversion A program for reporting the state of a working copy. svnlook A tool for inspecting a Subversion repository. svnadmin A tool for creating, tweaking or repairing a Subversion repository. svndumpfilter A program for filtering Subversion repository dumpfile format streams. mod_dav_svn A plug-in module for the Apache HTTP Server, used to make your repository available to others over a network. svnserve A custom standalone server program, able to run as a daemon process or invoked by SSH.