Name Date Size #Lines LOC

..--

doc/H10-Jan-2016-3,3541,546

subversion/H10-Jan-2016-508,000326,074

.ycm_extra_conf.pyHD10-Jan-20163 KiB8947

BUGSHD10-Jan-201694 32

CHANGESHD10-Jan-2016308.3 KiB6,1935,440

COMMITTERSHD10-Jan-201613.8 KiB242216

INSTALLHD10-Jan-201661.6 KiB1,4761,083

LICENSEHD10-Jan-201619.4 KiB369306

Makefile.inHD10-Jan-201639.2 KiB985723

NOTICEHD10-Jan-20161.1 KiB2921

READMEHD10-Jan-20162.2 KiB8545

aclocal.m4HD10-Jan-20162 KiB5651

autogen.shHD10-Jan-20167.5 KiB248155

build-outputs.mkHD10-Jan-2016829.7 KiB3,5002,253

build.confHD10-Jan-201647.2 KiB1,6471,286

configureHD10-Jan-2016857 KiB28,70123,799

configure.acHD10-Jan-201653.6 KiB1,6081,399

gen-make.optsHD10-Jan-201623 32

gen-make.pyHD10-Jan-201610.7 KiB330266

get-deps.shHD10-Jan-20164.8 KiB175103

win-tests.pyHD10-Jan-201641 KiB1,172972

README

1
2               Subversion, a version control system.
3               =====================================
4
5$LastChangedDate: 2012-02-10 14:58:53 +0000 (Fri, 10 Feb 2012) $
6
7Contents:
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
17I.    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
30II.   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
46III.  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
58IV.   QUICKSTART GUIDE
59
60      See the final section of the first chapter of the Subversion Book.
61
62
63
64V.    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
85