On Jun 17, 2013, at 7:53 PM, Peter Wemm wrote: > Author: peter > Date: Tue Jun 18 02:53:45 2013 > New Revision: 251886 > URL: http://svnweb.freebsd.org/changeset/base/251886 > > Log: > Introduce svnlite so that we can check out our source code again. > > 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.
Hi Peter! Thanks for adding this to FreeBSD! Could you please document the WITHOUT_SVNLITE knob ( http://www.freebsd.org/cgi/query-pr.cgi?pr=180025 ) in src.conf(5)? Thanks again :)! -Garrett _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"