freebsd-dev/contrib/subversion
Dimitry Andric 0ff1014944 Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a
summary of changes, or for a more thorough overview:

https://subversion.apache.org/docs/release-notes/1.14

NOTE 1: There is no need to dump and reload repositories, and the
working copy format is still the same as Subversion 1.8 through 1.13.

NOTE 2: The upstream release also contains a fix for a security issue in
mod_dav_svn (CVE-2020-17525), but since we do not build or use any
Apache modules, it is not an issue for the FreeBSD base system.

Relnotes:	yes
MFC after:	3 days
2021-02-13 14:38:51 +01:00
..
doc Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for a 2020-06-01 10:27:05 +00:00
subversion Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
.editorconfig Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
.ycm_extra_conf.py
aclocal.m4 Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for a 2020-06-01 10:27:05 +00:00
autogen.sh Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
BUGS
build-outputs.mk Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
build.conf Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
CHANGES Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
COMMITTERS Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for a 2020-06-01 10:27:05 +00:00
configure Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
configure.ac Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
gen-make.opts
gen-make.py Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
get-deps.sh Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for a 2020-06-01 10:27:05 +00:00
INSTALL Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
LICENSE Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for a 2020-06-01 10:27:05 +00:00
Makefile.in Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for a 2020-06-01 10:27:05 +00:00
NOTICE Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00
README
win-tests.py Update Subversion to 1.14.1 LTS. See contrib/subversion/CHANGES for a 2021-02-13 14:38:51 +01:00

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

$LastChangedDate: 2016-05-31 14:07:51 +0000 (Tue, 31 May 2016) $

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://svn.code.sf.net/p/svnbook/source/trunk/
         
      If you wish to build the documentation from source, read the
      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.