1
.\" You can view this file with:
2
.\" nroff -man [filename]
6
svn \- Subversion command line client tool
9
\fBsvn\fP \fIcommand\fP [\fIoptions\fP] [\fIargs\fP]
11
Subversion is a version control system, which allows you to keep old
12
versions of files and directories (usually source code), keep a log of
13
who, when, and why changes occurred, etc., like CVS, RCS or SCCS.
14
\fBSubversion\fP keeps a single copy of the master sources. This copy
15
is called the source ``repository''; it contains all the information
16
to permit extracting previous versions of those files at any time.
18
For more information about the Subversion project, visit
19
http://subversion.tigris.org.
21
Documentation for Subversion and its tools, including detailed usage
22
explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and
23
\fBsvnlook\fP programs, historical background, philosophical
24
approaches and reasonings, etc., can be found at
25
http://svnbook.red-bean.com/.
27
Run `svn help' to access the built-in tool documentation.
b'\\ No newline at end of file'