]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/subversion/subversion/svnrdump/svnrdump.1
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / subversion / subversion / svnrdump / svnrdump.1
1 .\"
2 .\"
3 .\"     Licensed to the Apache Software Foundation (ASF) under one
4 .\"     or more contributor license agreements.  See the NOTICE file
5 .\"     distributed with this work for additional information
6 .\"     regarding copyright ownership.  The ASF licenses this file
7 .\"     to you under the Apache License, Version 2.0 (the
8 .\"     "License"); you may not use this file except in compliance
9 .\"     with the License.  You may obtain a copy of the License at
10 .\"    
11 .\"       http://www.apache.org/licenses/LICENSE-2.0
12 .\"    
13 .\"     Unless required by applicable law or agreed to in writing,
14 .\"     software distributed under the License is distributed on an
15 .\"     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 .\"     KIND, either express or implied.  See the License for the
17 .\"     specific language governing permissions and limitations
18 .\"     under the License.
19 .\"
20 .\"
21 .\" You can view this file with:
22 .\" nroff -man [filename]
23 .\"
24 .TH svnrdump 1
25 .SH NAME
26 svnrdump \- Subversion remote repository dumper and loader
27 .SH SYNOPSIS
28 .TP
29 \fBsvnrdump\fP \fIcommand\fP \fIurl\fP [\fIoptions\fP] [\fIargs\fP]
30 .SH OVERVIEW
31 Subversion is a version control system, which allows you to keep old
32 versions of files and directories (usually source code), keep a log of
33 who, when, and why changes occurred, etc., like CVS, RCS or SCCS.
34 \fBSubversion\fP keeps a single copy of the master sources.  This copy
35 is called the source ``repository''; it contains all the information
36 to permit extracting previous versions of those files at any time.
37
38 For more information about the Subversion project, visit 
39 http://subversion.apache.org.
40
41 Documentation for Subversion and its tools, including detailed usage
42 explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and
43 \fBsvnlook\fP programs, historical background, philosophical 
44 approaches and reasonings, etc., can be found at 
45 http://svnbook.red-bean.com/.
46
47 Run `svnrdump help' to access the built-in tool documentation.