Fix compiler warning due to missing function prototype.
[svn.git] / subversion / svnlook / svnlook.1
blobf7e86f1365137cf58989fec2d6a7ef017c8ac016
1 .\" You can view this file with:
2 .\" nroff -man [filename]
3 .\"
4 .TH svnlook 1
5 .SH NAME
6 svnlook \- Subversion repository examination tool
7 .SH SYNOPSIS
8 .TP
9 \fBsvnlook\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP] [\fIargs\fP]
10 .SH OVERVIEW
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 `svnlook help' to access the built-in tool documentation.