summaryrefslogtreecommitdiffstats
path: root/contrib/subversion/NOTICE
Commit message (Collapse)AuthorAgeFilesLines
* Merge svn-1.8.8 -> 1.8.9peter2014-05-271-1/+1
|
* Import svn-1.8.8.peter2014-02-201-2/+2
| | | | | | | Highlights: * Security fix for apache server plugin that we don't build or use * sqlite performance improvements. * bug fixes for edge cases and some other less common operations.
* Introduce svnlite so that we can check out our source code again.peter2013-06-181-0/+23
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