summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update from svn-1.8.14 to 1.9.2.peter2015-10-121-3/+3
| | | | | | | | | | | | | | | | Formal release notes are available: https://subversion.apache.org/docs/release-notes/1.9.html Of particular note, the client checkout format has *not* changed so upgrades should *not* be required. When reading a repository (file:// or running as a local server), an improved fsfs version 7 is available with significant performance improvements. An optional upgrade is possible to use the new features. Without the upgrade, this is fully read/write compatible with the version 6 fsfs as in svn-1.8. Relnotes: yes
* Add more SUBDIR_PARALLEL.bdrewery2015-09-261-1/+4
| | | | | MFC after: 3 weeks Sponsored by: EMC / Isilon Storage Division
* Introduce svnlite so that we can check out our source code again.peter2013-06-181-0/+5
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.
OpenPOWER on IntegriCloud