From owner-freebsd-stable@FreeBSD.ORG Thu Aug 23 15:26:56 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DE061065686 for ; Thu, 23 Aug 2012 15:26:56 +0000 (UTC) (envelope-from kenfreebsd@icarz.com) Received: from deanna.icarz.com (deanna.icarz.com [207.99.22.19]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA728FC1A for ; Thu, 23 Aug 2012 15:26:55 +0000 (UTC) Received: from [10.10.31.177] ([10.10.31.177]) (authenticated bits=0) by deanna.icarz.com (8.14.4/8.14.3) with ESMTP id q7NFHJ49061663 for ; Thu, 23 Aug 2012 11:17:19 -0400 (EDT) (envelope-from kenfreebsd@icarz.com) Message-ID: <5036497F.7020501@icarz.com> Date: Thu, 23 Aug 2012 11:17:19 -0400 From: Ken Menzel User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <1345697446.84337.11.camel@neo.cse.buffalo.edu> <20120823225855.U33776@sola.nimnet.asn.au> <1345729674.52121.4.camel@bauer.cse.buffalo.edu> In-Reply-To: <1345729674.52121.4.camel@bauer.cse.buffalo.edu> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 207.99.22.19 Subject: Re: FreeBSD 9.1-RC1 Available... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kmenzel@whisolutions.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2012 15:26:56 -0000 On 8/23/2012 9:47 AM, Ken Smith wrote: > On Thu, 2012-08-23 at 23:12 +1000, Ian Smith wrote: >> On Thu, 23 Aug 2012 00:50:46 -0400, Ken Smith wrote: >> >> > With both the doc and ports repositories now moved to SVN it has been >> > decided to not export the 9.1 release branch activity to CVS. So >> > csup/cvsup update mechanisms are not available for updating to 9.1-RC1. >> > If you would like to use SVN the branch to use is releng/9.1. >> >> Assuming the stupid question is the one you didn't ask, just to clarify: >> does this mean that c*sup won't work with these RCs in particular, or >> that CVS is dead and SVN becomes mandatory from 9.1-RELEASE? >> >> cheers, Ian >> > > The latter. If you are not using FreeBSD-Update to handle the updates > of a machine you'll need to update your source tree using SVN for > release branches (releng/*) from now on. Updates of the CVS repository > will continue for the existing stable/* and head for now. I don't think > anything has been decided on when that will stop. > I missed this announcement as well. Should we all use the primary URL or is there a list of mirrors? Is anyone going to be updating the Handbook to reflect this? http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/synching.html However I can see this does not even reflect the more recent use of csup instead of cvsup. I found two good primers: http://mebsd.com/configure-freebsd-servers/update-freebsd-source-tree-using-subversion-svn.html http://www.freebsd.org/doc/en/articles/committers-guide/article.html#SUBVERSION-PRIMER The second primer in the committer handbook seems to indicate that it is difficult to run an SVN mirror. This appears to me to be the biggest drawback. I have been using CVS and perforce for years, but subversion is new to me. Thanks, Ken