6c648dd642
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.
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
Documentation for Subversion
|
|
============================
|
|
|
|
A rough guide:
|
|
|
|
http://svnbook.red-bean.com/
|
|
"Version Control with Subversion"
|
|
(a.k.a. "The Subversion Book", "The Svnbook",
|
|
and formerly entitled
|
|
"Subversion: The Definitive Guide".)
|
|
This is the book that has been published by
|
|
O'Reilly & Associates. For both newbies and
|
|
experts alike. Written in DocBook Lite,
|
|
and now maintained in a separate repository
|
|
of its own.
|
|
|
|
programmer/ Documents for Subversion programmers.
|
|
|
|
programmer/WritingChangeLogs.txt
|
|
A longer version of the info in
|
|
www/hacking.html.
|
|
|
|
user/ Documents for Subversion users.
|
|
|
|
user/lj_article.txt An introductory article from Linux Journal.
|
|
|
|
user/*.html Some documentation that should probably be
|
|
migrated to DocBook Lite and misc-docs/.
|