freebsd-dev/contrib/subversion
2014-12-02 00:23:26 +00:00
..
doc
subversion Sync the svn template with the one from ports 2014-12-02 00:23:26 +00:00
aclocal.m4
autogen.sh
BUGS
build-outputs.mk Update serf-1.3.6 -> 1.3.7 2014-08-11 19:41:01 +00:00
build.conf Update serf-1.3.6 -> 1.3.7 2014-08-11 19:41:01 +00:00
CHANGES Update serf-1.3.6 -> 1.3.7 2014-08-11 19:41:01 +00:00
COMMITTERS
configure Update serf-1.3.6 -> 1.3.7 2014-08-11 19:41:01 +00:00
configure.ac Update serf-1.3.6 -> 1.3.7 2014-08-11 19:41:01 +00:00
gen-make.opts
gen-make.py
get-deps.sh Update serf-1.3.6 -> 1.3.7 2014-08-11 19:41:01 +00:00
INSTALL Update svn from 1.8.1 to 1.8.4 - minor security fixes and client side 2013-11-11 01:14:58 +00:00
LICENSE
Makefile.in Import svn-1.8.8. 2014-02-20 19:48:47 +00:00
NOTICE Merge svn-1.8.8 -> 1.8.9 2014-05-27 04:59:53 +00:00
README
win-tests.py Update subversion-1.8.0 -> 1.8.1. Update supporting 2013-07-28 06:02:40 +00:00

               Subversion, a version control system.
               =====================================

$LastChangedDate: 2012-02-10 14:58:53 +0000 (Fri, 10 Feb 2012) $

Contents:

     I. A FEW POINTERS
    II. DOCUMENTATION
   III. PARTICIPATING IN THE SUBVERSION COMMUNITY
    IV. QUICKSTART GUIDE
     V. CONVERTING FROM CVS



I.    A FEW POINTERS

      For an overview of the Subversion project, visit

         http://subversion.apache.org/

      Once you have a Subversion client you can get the latest version
      of the code with the command:

         $ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion



II.   DOCUMENTATION

      The main documentation is the Subversion Book - an on-line version
      can be found at:
      
         http://svnbook.red-bean.com/

      It is written in DocBook XML, and the sources can be found at:

         http://svnbook.googlecode.com/svn/trunk/
         
      If you wish to build the documentation from source, read the
      src/en/README file within the book source.



III.  PARTICIPATING IN THE SUBVERSION COMMUNITY

      First, read http://subversion.apache.org/docs/community-guide/
      It describes Subversion coding and log message standards, as well
      as how to join discussion lists.

      Talk on IRC with developers:  irc.freenode.net, channel #svn-dev.

      Read the FAQ:  http://subversion.apache.org/faq.html



IV.   QUICKSTART GUIDE

      See the final section of the first chapter of the Subversion Book.



V.    CONVERTING FROM CVS

      If you're a CVS user trying to move your CVS history over to
      Subversion, then be sure to visit the 'cvs2svn' project:

         http://cvs2svn.tigris.org

      You can get the latest released version of the cvs2svn converter
      from the project downloads area:

         http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976

      Please note that the cvs2svn project is a *separate* project from
      Subversion.  If you have problems with cvs2svn or are confused,
      please email the cvs2svn project's mailing lists, not the
      Subversion lists.

      Finally, be sure to see Appendix B in the Subversion Book.  It
      contains a very quick overview of the major differences between
      CVS and Subversion.