From owner-freebsd-ports@FreeBSD.ORG Sat Jul 21 21:31:45 2012 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 340AB106566C; Sat, 21 Jul 2012 21:31:45 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from emx.nitro.dk (leto.nitro.dk [178.63.52.6]) by mx1.freebsd.org (Postfix) with ESMTP id 9BDB68FC19; Sat, 21 Jul 2012 21:31:44 +0000 (UTC) Received: from mailscan.leto.nitro.dk (mailscan.leto.nitro.dk [127.0.1.4]) by emx.nitro.dk (Postfix) with ESMTP id 7A52B13C8C2; Sat, 21 Jul 2012 21:31:43 +0000 (UTC) Received: from emx.nitro.dk ([127.0.1.2]) by mailscan.leto.nitro.dk (mailscan.leto.nitro.dk [127.0.1.4]) (amavisd-new, port 10024) with LMTP id R2cPUuzS3C7q; Sat, 21 Jul 2012 21:31:41 +0000 (UTC) Received: from [192.168.4.24] (unknown [89.100.2.68]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by emx.nitro.dk (Postfix) with ESMTPSA id 6CA0813C8BE; Sat, 21 Jul 2012 21:31:41 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: "Simon L. B. Nielsen" In-Reply-To: <00F17B37-EE7E-43DA-8079-4E492323FBB3@FreeBSD.org> Date: Sat, 21 Jul 2012 22:31:41 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <00F17B37-EE7E-43DA-8079-4E492323FBB3@FreeBSD.org> To: Simon L. B. Nielsen X-Mailer: Apple Mail (2.1278) Cc: ports@FreeBSD.org, "doc@FreeBSD.org" Subject: Re: Svn mirror seed has UUID wrong X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2012 21:31:45 -0000 On 21 Jul 2012, at 21:25, Simon L. B. Nielsen wrote: > If you don't have a local doc or ports svn mirror you can stop reading = now. >=20 > When creating the doc and ports svn mirrors, which the seeds on = http://ftp.freebsd.org/pub/FreeBSD/development/subversion/ are created = from, I forgot to set the repository UUID to the same as the one on the = master repositories. This may e.g. cause problems for people using a = mirror and switching to directly access svn.freebsd.org later. >=20 > To fix this I have created new seeds for doc and ports. If you have a = local mirror you can either download the new seed files and use that, or = just change the uuid on your mirror using svnadmin. >=20 > [doc] > Master repo UUID: c2e8774f-c49f-e111-b436-862b2bbc8956 > Fixed seed tar: = http://ftp.freebsd.org/pub/FreeBSD/development/subversion/svnmirror-doc-r3= 9237.tar.xz > Command to fix a mirror: svnadmin setuuid /home/svn/doc = c2e8774f-c49f-e111-b436-862b2bbc8956 >=20 > [ports] > Master repo UUID: 35697150-7ecd-e111-bb59-0022644237b5 > Fixed seed tar: = http://ftp.freebsd.org/pub/FreeBSD/development/subversion/svnmirror-ports-= r301235.tar.xz > Command to fix a mirror: svnadmin setuuid /home/svn/ports = 35697150-7ecd-e111-bb59-0022644237b5 Hey, Sorry, I forgot to mention that any svn checkout from a repository with = the incorrect UUID will not work with the repository after the UUID has = been changed. It's possible svn can be convinced to work with a 'new' repository, = sorry - I have no idea. --=20 Simon L. B. Nielsen