usr/src/cmd/subversion/sunman/svnsync.1.sunman
changeset 2 8f1801a322e9
parent 1 37d545eabfea
child 3 ad3552f8e1ef
equal deleted inserted replaced
1:37d545eabfea 2:8f1801a322e9
     1 '\" t
       
     2 .\"
       
     3 .\" Modified for Solaris to to add the Solaris stability classification,
       
     4 .\" and to add a note about source availability.
       
     5 .\"
       
     6 .TH svnsync 1
       
     7 .SH NAME
       
     8 svnsync \- Subversion repository synchronization tool
       
     9 .SH SYNOPSIS
       
    10 .TP
       
    11 \fBsvnsync\fP \fIcommand\fP \fIdest-url\fP [\fIoptions\fP] [\fIargs\fP]
       
    12 .SH OVERVIEW
       
    13 Subversion is a version control system, which allows you to keep old
       
    14 versions of files and directories (usually source code), keep a log of
       
    15 who, when, and why changes occurred, etc., like CVS, RCS or SCCS.
       
    16 \fBSubversion\fP keeps a single copy of the master sources.  This copy
       
    17 is called the source ``repository''; it contains all the information
       
    18 to permit extracting previous versions of those files at any time.
       
    19 
       
    20 For more information about the Subversion project, visit 
       
    21 http://subversion.tigris.org.
       
    22 
       
    23 Documentation for Subversion and its tools, including detailed usage
       
    24 explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and
       
    25 \fBsvnlook\fP programs, historical background, philosophical 
       
    26 approaches and reasonings, etc., can be found at 
       
    27 http://svnbook.red-bean.com/.
       
    28 
       
    29 Run `svnsync help' to access the built-in tool documentation.
       
    30 .\\" Begin Sun update
       
    31 .SH ATTRIBUTES
       
    32 See
       
    33 .BR attributes (5)
       
    34 for descriptions of the following attributes:
       
    35 .sp
       
    36 .TS
       
    37 box;
       
    38 cbp-1 | cbp-1
       
    39 l | l .
       
    40 ATTRIBUTE TYPE	ATTRIBUTE VALUE
       
    41 =
       
    42 Availability	SUNWsvn
       
    43 =
       
    44 Interface Stability	Volatile
       
    45 .TE
       
    46 .PP
       
    47 .SH NOTES
       
    48 Source for Subversion is available on http://opensolaris.org.
       
    49 .\" End Sun update