1svnsync(1)                  General Commands Manual                 svnsync(1)
2
3
4

NAME

6       svnsync - Subversion repository synchronization tool
7

SYNOPSIS

9       svnsync command dest-url [options] [args]
10

OVERVIEW

12       Subversion  is  a  version control system, which allows you to keep old
13       versions of files and directories (usually source code), keep a log  of
14       who, when, and why changes occurred, etc., like CVS, RCS or SCCS.  Sub‐
15       version keeps a single copy of the master sources.  This copy is called
16       the  source  ``repository'';  it contains all the information to permit
17       extracting previous versions of those files at any time.
18
19       For more information about the Subversion project, visit http://subver
20       sion.apache.org.
21
22       Documentation  for  Subversion  and its tools, including detailed usage
23       explanations of the svn, svnadmin, svnserve and svnlook programs,  his‐
24       torical  background, philosophical approaches and reasonings, etc., can
25       be found at http://svnbook.red-bean.com/.
26
27       Run `svnsync help' to access the built-in tool documentation.
28
29
30
31                                                                    svnsync(1)
Impressum