~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to subversion/svnversion/svnversion.1

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" You can view this file with:
 
2
.\" nroff -man [filename]
 
3
.\"
 
4
.TH svnversion 1
 
5
.SH NAME
 
6
svnversion \- Produce a compact version number for a working copy.
 
7
.SH SYNOPSIS
 
8
.TP
 
9
\fBsvnversion\fP wc_path [\fItrail_url\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.
 
17
 
 
18
For more information about the Subversion project, visit 
 
19
http://subversion.tigris.org.
 
20
 
 
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/.
 
26
 
 
27
Run `svnversion' with no arguments to access the built-in tool
 
28
documentation.