• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H04-Feb-2021-39,27631,353

doc/H03-May-2022-1,518235

subversion/H04-Feb-2021-1,877,1031,407,493

tools/H04-Feb-2021-75,87352,551

.editorconfigH A D12-Jul-2020335 2115

.ycm_extra_conf.pyH A D13-Feb-20153 KiB8947

BUGSH A D22-Feb-201094 32

CHANGESH A D04-Feb-2021361.6 KiB7,3156,381

COMMITTERSH A D22-Oct-201914 KiB247221

INSTALLH A D18-Dec-202058.1 KiB1,4711,049

LICENSEH A D20-Dec-201823.1 KiB447364

Makefile.inH A D03-May-202242.2 KiB1,045775

NOTICEH A D23-Jan-20211.4 KiB3525

READMEH A D31-May-20162.2 KiB8545

aclocal.m4H A D04-Nov-20192.2 KiB6257

autogen.shH A D12-Jul-20207.6 KiB248155

build-outputs.mkH A D03-May-2022902.9 KiB3,6312,357

build.confH A D03-May-202251.2 KiB1,7681,397

configureH A D04-Feb-2021912.3 KiB30,33625,130

configure.acH A D18-Dec-202056.7 KiB1,6871,470

gen-make.optsH A D04-Feb-202123 32

gen-make.pyH A D27-Jun-202010.7 KiB330266

get-deps.shH A D17-Feb-20204.8 KiB177104

win-tests.pyH A D21-Dec-202047.6 KiB1,3681,142

README

1
2               Subversion, a version control system.
3               =====================================
4
5$LastChangedDate: 2016-05-31 14:07:51 +0000 (Tue, 31 May 2016) $
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://svn.code.sf.net/p/svnbook/source/trunk/
40
41      If you wish to build the documentation from source, read the
42      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