aboutsummaryrefslogtreecommitdiff
path: root/contrib/subversion/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* Remove svnlite.John Baldwin2021-06-111-61/+0
| | | | | Reviewed by: bcr, imp, emaste Differential Revision: https://reviews.freebsd.org/D30737
* Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for aDimitry Andric2020-06-011-0/+3
| | | | | | | | | | | | | | | | summary of changes, or for a more thorough overview: https://subversion.apache.org/docs/release-notes/1.14 NOTE: 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. Relnotes: yes MFC after: 2 weeks X-MFC-With: r361677 Notes: svn path=/head/; revision=361693
* Update svn-1.9.7 to 1.10.0.Peter Wemm2018-05-081-0/+3
| | | | Notes: svn path=/head/; revision=333354
* Introduce svnlite so that we can check out our source code again.Peter Wemm2013-06-181-0/+55
This is actually a fully functional build except: * All internal shared libraries are static linked to make sure there is no interference with ports (and to reduce build time). * It does not have the python/perl/etc plugin or API support. * By default, it installs as "svnlite" rather than "svn". * If WITH_SVN added in make.conf, you get "svn". * If WITHOUT_SVNLITE is in make.conf, this is completely disabled. To be absolutely clear, this is not intended for any use other than checking out freebsd source and committing, like we once did with cvs. It should be usable for small scale local repositories that don't need the python/perl plugin architecture. Notes: svn path=/head/; revision=251886