From owner-freebsd-stable@FreeBSD.ORG Thu Aug 23 16:20:23 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 DC362106564A for ; Thu, 23 Aug 2012 16:20:23 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from mail.ultra-secure.de (mail.ultra-secure.de [78.47.114.122]) by mx1.freebsd.org (Postfix) with ESMTP id 36A3F8FC14 for ; Thu, 23 Aug 2012 16:20:22 +0000 (UTC) Received: (qmail 51469 invoked by uid 89); 23 Aug 2012 14:20:13 -0000 Received: by simscan 1.4.0 ppid: 51464, pid: 51466, t: 0.0417s scanners: attach: 1.4.0 clamav: 0.97.3/m:54/d:15286 Received: from unknown (HELO suse2.ip-tech.ch) (rainer@ultra-secure.de@212.71.117.1) by mail.ultra-secure.de with ESMTPA; 23 Aug 2012 14:20:13 -0000 Date: Thu, 23 Aug 2012 18:20:15 +0200 From: Rainer Duffner To: Ian Lepore Message-ID: <20120823182015.0d93701b@suse2.ip-tech.ch> In-Reply-To: <1345736581.27688.403.camel@revolution.hippie.lan> References: <1345697446.84337.11.camel@neo.cse.buffalo.edu> <20120823225855.U33776@sola.nimnet.asn.au> <1345729674.52121.4.camel@bauer.cse.buffalo.edu> <5036497F.7020501@icarz.com> <1345736581.27688.403.camel@revolution.hippie.lan> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: kmenzel@whisolutions.com, freebsd-stable@freebsd.org 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: Thu, 23 Aug 2012 16:20:23 -0000 Am Thu, 23 Aug 2012 09:43:01 -0600 schrieb Ian Lepore : > On Thu, 2012-08-23 at 11:17 -0400, Ken Menzel wrote: > > > > 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. > > It may be difficult to run an svn mirror that allows you to commit > locally and get those changes back to the project, but running a > read-only mirror is trivial. The script I run nightly from cron to > sync my local mirror is: > > #!/bin/sh > # > # svnsync to pull in changes from FreeBSD to my local mirror. > # > svnsync sync file:///local/vc/svn/base > I may have misunderstood all this, but I run a local read-only mirror of the source-repository for my tinderbox (via the cvsup-mirror port). Do I have to change that from csup to svn, too, then? Given the fuzz made here about deprecating (or not) pkg_* recently, I can hardly believe that this was "broken" "just so". Is there a new port that does the same for svn?