From owner-freebsd-questions@FreeBSD.ORG Mon Sep 3 06:00:35 2012 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5011106566B for ; Mon, 3 Sep 2012 06:00:35 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 1C43C8FC18 for ; Mon, 3 Sep 2012 06:00:34 +0000 (UTC) Received: from seedling.local (host86-143-181-80.range86-143.btcentralplus.com [86.143.181.80]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id q8360UlU042452 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Mon, 3 Sep 2012 07:00:31 +0100 (BST) (envelope-from matthew@FreeBSD.org) X-DKIM: OpenDKIM Filter v2.5.2 smtp.infracaninophile.co.uk q8360UlU042452 Authentication-Results: smtp.infracaninophile.co.uk/q8360UlU042452; dkim=none (no signature); dkim-adsp=none X-Authentication-Warning: lucid-nonsense.infracaninophile.co.uk: Host host86-143-181-80.range86-143.btcentralplus.com [86.143.181.80] claimed to be seedling.local Message-ID: <50444778.3030302@FreeBSD.org> Date: Mon, 03 Sep 2012 07:00:24 +0100 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org References: In-Reply-To: X-Enigmail-Version: 1.4.4 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig56EC60F734BEDDB07532A194" X-Virus-Scanned: clamav-milter 0.97.5 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=4.1 required=5.0 tests=AWL,BAYES_00, RCVD_IN_BRBL_LASTEXT,RCVD_IN_PBL,RCVD_IN_RP_RNBL,RCVD_IN_SORBS_DUL, RDNS_DYNAMIC,SPF_SOFTFAIL autolearn=no version=3.3.2 X-Spam-Level: **** X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk Cc: Subject: Re: to move csup 90 to subversion 91rc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2012 06:00:35 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig56EC60F734BEDDB07532A194 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 02/09/2012 23:43, Darrel wrote: > Hello, >=20 > If my csup file looks about like this: >=20 > *default host=3Dthis_working_mirror > *default base=3D/var/db > *default prefix=3D/usr > *default release=3Dcvs tag=3DRELENG_9_0 > *default delete use-rel-suffix >=20 > and my machine now has devel/subversion >=20 > what is the quickest way to get the new release candidate sources with = svn? >=20 > 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=E0. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey --------------enig56EC60F734BEDDB07532A194 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----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----- --------------enig56EC60F734BEDDB07532A194--