Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 03 Sep 2012 07:00:24 +0100
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        freebsd-questions@FreeBSD.org
Subject:   Re: to move csup 90 to subversion 91rc
Message-ID:  <50444778.3030302@FreeBSD.org>
In-Reply-To: <alpine.GSO.2.00.1209021837200.6464@shell1>
References:  <alpine.GSO.2.00.1209021837200.6464@shell1>

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

[-- Attachment #1 --]
On 02/09/2012 23:43, Darrel wrote:
> Hello,
> 
> If my csup file looks about like this:
> 
> *default host=this_working_mirror
> *default base=/var/db
> *default prefix=/usr
> *default release=cvs tag=RELENG_9_0
> *default delete use-rel-suffix
> 
> and my machine now has devel/subversion
> 
> what is the quickest way to get the new release candidate sources with svn?
> 
> Then, can I simply build{w,k}, install{w,k} as before?

I'm not sure if svn can be made to 'take over' a tree of files already
obtained by non-svn means.  I believe not.  Therefore to get hold of
9.1rc do:

  # cd /usr
  # mv src src.old
  # svn co http://svn.freebsd.org/base/releng/9.1 src

and then later on to update your tree with any changes from upstream:

  # svn up

Note: the first time you update from a SVN tree, you'll get a lot of
mergemaster false positives, because the format of the $FreeBSD$ VCS id
string is different.  Use of 'mergemaster -F' is recommended.

Et voilą.

	Cheers,

	Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey



[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.16 (Darwin)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBER38ACgkQ8Mjk52CukIxX7QCdEdnmvfmbadGQ0sLXivBCXNXw
icIAn17TwP/IFMYmhRTcOeSn+KXLr9Ij
=DjEG
-----END PGP SIGNATURE-----

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