svn commit: r251886 - in head: contrib/apr contrib/apr-util contrib/serf contrib/sqlite3 contrib/subversion share/mk usr.bin usr.bin/svn usr.bin/svn/lib usr.bin/svn/lib/libapr usr.bin/svn/lib/libap...

Garrett Cooper yaneurabeya at gmail.com
Thu Jun 27 11:32:25 UTC 2013


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


More information about the svn-src-head mailing list