From owner-freebsd-stable@FreeBSD.ORG Fri Aug 24 07:03:33 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 AD689106566C for ; Fri, 24 Aug 2012 07:03:33 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3971D8FC12 for ; Fri, 24 Aug 2012 07:03:32 +0000 (UTC) Received: by weyx56 with SMTP id x56so6543041wey.13 for ; Fri, 24 Aug 2012 00:03:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; bh=JrNbwX/O/JvIH/QuA78SK0Kppjb0CFwK0G/lidB2S1I=; b=m/QcGdxk4PJH27TD5nsx/rqlSV1knLMz02PvgRagdVitifi++HEfO9rtkiBiA5dySe PkQL9tn+mE4IUwkEGTBHyPy8JkcW5wnWPaWoa/3m7z+/5CdiDzETQmhK85h1mqiEnFtW ms+KwsgCJl9350ld2sWWLXbqr3hMz5A7ZKRz0do5mze49IoT8Sl3gUkufpZifOmiOkSm p+K7WbFE/AhisFJnBUmBVnBVC/8V7vVK5yBcfLJ9eUj8uBg3JNVIDTVuUwwJuD8a8wmg Yx+oGvO4GNiaURO2wL5BXp8hXuhQV8atLmgPexHnpXhE2ak6HUcw+Fsgoo6kIwJ9oEnn ffpg== Received: by 10.180.75.209 with SMTP id e17mr3652653wiw.0.1345791806798; Fri, 24 Aug 2012 00:03:26 -0700 (PDT) Received: from laptop (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id el6sm2841564wib.8.2012.08.24.00.03.24 (version=SSLv3 cipher=OTHER); Fri, 24 Aug 2012 00:03:25 -0700 (PDT) Date: Fri, 24 Aug 2012 10:04:37 +0300 From: "Sergey V. Dyatko" To: Dennis Glatting Message-ID: <20120824100437.6253e2d2@laptop> In-Reply-To: References: <1345697446.84337.11.camel@neo.cse.buffalo.edu> <20120823225855.U33776@sola.nimnet.asn.au> <1345729674.52121.4.camel@bauer.cse.buffalo.edu> <1345731905.41423.6.camel@btw.pki2.com> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-stable Subject: Re: FreeBSD 9.1-RC1 Available... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Aug 2012 07:03:33 -0000 On Thu, 23 Aug 2012 09:01:06 -0700 (PDT) Dennis Glatting wrote: > > > On Thu, 23 Aug 2012, Trond Endrest?l wrote: > > > On Thu, 23 Aug 2012 07:25-0700, Dennis Glatting wrote: > > > >> On Thu, 2012-08-23 at 09:47 -0400, 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. > >>> > >> > >> Looking in the handbook ([1]) I do not see the mechanics of how to > >> set up a mirror, of which I have three CVS mirrors in different > >> infrastructures. Is there a web page somewhere on how to set up, > >> synchronize, maintain, and use a local mirror? > >> > >> [1] > >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/updating-upgrading.html > > > > How about this one? > > > > http://motoyuki.bsdclub.org/BSD/cvsup.html > > > > I have CVS mirrors. The topic is SVN. > for src: 1. fetch tar.xz from ${mirror}/pub/FreeBSD/development/subversion/svnmirror-base-r238500.tar.xz 2. tar xf svnmirror-base-r238500.tar.xz 3.svnsync sync file:///path/to/local/repo/base/ _______________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to > "freebsd-stable-unsubscribe@freebsd.org" -- wbr, tiger