From owner-freebsd-current@FreeBSD.ORG Sat Aug 8 19:05:39 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF27810656BE for ; Sat, 8 Aug 2009 19:05:39 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id 7A8878FC24 for ; Sat, 8 Aug 2009 19:05:39 +0000 (UTC) Received: from c83-255-48-78.bredband.comhem.se ([83.255.48.78]:54921 helo=falcon.midgard.homeip.net) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1MZrEC-0002Bo-5v for freebsd-current@freebsd.org; Sat, 08 Aug 2009 21:05:18 +0200 Received: (qmail 48366 invoked from network); 8 Aug 2009 21:05:14 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 8 Aug 2009 21:05:14 +0200 Received: (qmail 60388 invoked by uid 1001); 8 Aug 2009 21:05:14 +0200 Date: Sat, 8 Aug 2009 21:05:14 +0200 From: Erik Trulsson To: Mel Flynn Message-ID: <20090808190514.GA60303@owl.midgard.homeip.net> References: <409F1C03-B18C-4084-93D0-3D1918D7F105@exscape.org> <20090808174443.GT1292@hoeg.nl> <200908081044.55066.mel.flynn+fbsd.current@mailing.thruhere.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200908081044.55066.mel.flynn+fbsd.current@mailing.thruhere.net> User-Agent: Mutt/1.5.20 (2009-06-14) X-Originating-IP: 83.255.48.78 X-Scan-Result: No virus found in message 1MZrEC-0002Bo-5v. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1MZrEC-0002Bo-5v ad09c5108c1c6b8265ed67558b5046b6 Cc: Ed Schouten , freebsd-current@freebsd.org, Thomas Backman Subject: Re: What's up with the SVN repository? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Aug 2009 19:05:40 -0000 On Sat, Aug 08, 2009 at 10:44:54AM -0800, Mel Flynn wrote: > On Saturday 08 August 2009 09:44:43 Ed Schouten wrote: > > * Thomas Backman wrote: > > > No commits at all in the last few days, and given "Please just bear > > > with it until commits are restored" (from Attilio Rao)... How are > > > things? Any status updates anywhere? I looked through the list of > > > mailing lists, but didn't find a fitting one with a topic covering > > > this. > > > > The FreeBSD Project has been discontinued. Nothing to see here! ;-) > > > > Ken Smith created the stable/8 branch, in preparation for 8.0-RELEASE. > > This is the first time we're creating a new major branch since our > > migration to SVN, so it turns out there are some problems with the SVN > > -> CVS exporter catching up. After this issues have been resolved, the > > release procedure should continue as expected. > > So for people using svn, should we now start tracking stable/8 or is HEAD safe > for the time being? I guess that depends on if you want -CURRENT or (what will be) 8-STABLE > > Also, what's the equivalent of find /usr/src -type d -name CVS -exec echo > TRELENG_8 \>{}/Tag \; or do we have to svn diff for local patches, rm -rf, > checkout stable/8 and re-apply diffs? If I understand what that command is supposed to do I guess 'svn switch' is the answer. See the subversion documentation at http://svnbook.red-bean.com/en/1.5/svn.branchmerge.switchwc.html for exact syntax and details. (Subversion has fairly good documentation. If you intend to use svn I would suggest you read that documentation to find all the things you can do and how to do them.) -- Erik Trulsson ertr1013@student.uu.se