]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/subversion/README
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / subversion / README
1
2                Subversion, a version control system.
3                =====================================
4
5 $LastChangedDate: 2012-02-10 14:58:53 +0000 (Fri, 10 Feb 2012) $
6
7 Contents:
8
9      I. A FEW POINTERS
10     II. DOCUMENTATION
11    III. PARTICIPATING IN THE SUBVERSION COMMUNITY
12     IV. QUICKSTART GUIDE
13      V. CONVERTING FROM CVS
14
15
16
17 I.    A FEW POINTERS
18
19       For an overview of the Subversion project, visit
20
21          http://subversion.apache.org/
22
23       Once you have a Subversion client you can get the latest version
24       of the code with the command:
25
26          $ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
27
28
29
30 II.   DOCUMENTATION
31
32       The main documentation is the Subversion Book - an on-line version
33       can be found at:
34       
35          http://svnbook.red-bean.com/
36
37       It is written in DocBook XML, and the sources can be found at:
38
39          http://svnbook.googlecode.com/svn/trunk/
40          
41       If you wish to build the documentation from source, read the
42       src/en/README file within the book source.
43
44
45
46 III.  PARTICIPATING IN THE SUBVERSION COMMUNITY
47
48       First, read http://subversion.apache.org/docs/community-guide/
49       It describes Subversion coding and log message standards, as well
50       as how to join discussion lists.
51
52       Talk on IRC with developers:  irc.freenode.net, channel #svn-dev.
53
54       Read the FAQ:  http://subversion.apache.org/faq.html
55
56
57
58 IV.   QUICKSTART GUIDE
59
60       See the final section of the first chapter of the Subversion Book.
61
62
63
64 V.    CONVERTING FROM CVS
65
66       If you're a CVS user trying to move your CVS history over to
67       Subversion, then be sure to visit the 'cvs2svn' project:
68
69          http://cvs2svn.tigris.org
70
71       You can get the latest released version of the cvs2svn converter
72       from the project downloads area:
73
74          http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976
75
76       Please note that the cvs2svn project is a *separate* project from
77       Subversion.  If you have problems with cvs2svn or are confused,
78       please email the cvs2svn project's mailing lists, not the
79       Subversion lists.
80
81       Finally, be sure to see Appendix B in the Subversion Book.  It
82       contains a very quick overview of the major differences between
83       CVS and Subversion.
84