How to use subversion to keep source, system and doc files up to date?

Thomas Mueller mueller23 at insightbb.com
Thu Sep 27 06:34:55 UTC 2012


from "David J. Weller-Fahy" <dave-lists-freebsd-questions at weller-fahy.com>:

> svn update /usr/src/

When you use svn the first time, svn doesn't know where the repository is, 
and svn repository is not fully in sync with cvs or csup repository.

So you might need, in a fresh directory,

svn co svn://svn.freebsd.org/base/stable/9 /usr/src

This is for 9-stable.

To update,

svn up /usr/src

To find paths for other repositories,
http://svnweb.freebsd.org/base

Web site reference is
http://mebsd.com/configure-freebsd-servers/update-freebsd-source-tree-using-subversion-svn.html


Tom


More information about the freebsd-questions mailing list