usr/src/cmd/subversion/sunman/svnlook.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 svnlook 1
       
     7 .SH NAME
       
     8 svnlook \- Subversion repository examination tool
       
     9 .SH SYNOPSIS
       
    10 .TP
       
    11 \fBsvnlook\fP \fIcommand\fP \fI/path/to/repos\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 `svnlook help' to access the built-in tool documentation..\\" Begin Sun update
       
    30 .SH ATTRIBUTES
       
    31 See
       
    32 .BR attributes (5)
       
    33 for descriptions of the following attributes:
       
    34 .sp
       
    35 .TS
       
    36 box;
       
    37 cbp-1 | cbp-1
       
    38 l | l .
       
    39 ATTRIBUTE TYPE	ATTRIBUTE VALUE
       
    40 =
       
    41 Availability	SUNWsvn
       
    42 =
       
    43 Interface Stability	Volatile
       
    44 .TE
       
    45 .PP
       
    46 .SH NOTES
       
    47 Source for Subversion is available on http://opensolaris.org.
       
    48 .\" End Sun update