Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 02:34:47 -0400
From:      "Thomas Mueller" <mueller23@insightbb.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: How to use subversion to keep source, system and doc files up to date?
Message-ID:  <65.DF.15595.783F3605@smtp01.insight.synacor.com>

next in thread | raw e-mail | index | archive | help

from "David J. Weller-Fahy" <dave-lists-freebsd-questions@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?65.DF.15595.783F3605>