From owner-freebsd-current@FreeBSD.ORG Sat Aug 8 21:03:50 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 137C1106566C; Sat, 8 Aug 2009 21:03:50 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id C7A4C8FC26; Sat, 8 Aug 2009 21:03:49 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:8c5a:880b:a20c:e4ea] (unknown [IPv6:2001:7b8:3a7:0:8c5a:880b:a20c:e4ea]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 9326D5C59; Sat, 8 Aug 2009 23:03:48 +0200 (CEST) Message-ID: <4A7DE834.6020304@andric.com> Date: Sat, 08 Aug 2009 23:03:48 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.3pre) Gecko/20090801 Shredder/3.0b4pre MIME-Version: 1.0 To: Doug Barton References: <409F1C03-B18C-4084-93D0-3D1918D7F105@exscape.org> <20090808174443.GT1292@hoeg.nl> <200908081044.55066.mel.flynn+fbsd.current@mailing.thruhere.net> <4A7DC8CC.5050402@andric.com> <9e20d71e0908081339l19710247nbe03edd086de7456@mail.gmail.com> <4A7DE4E0.4010205@FreeBSD.org> In-Reply-To: <4A7DE4E0.4010205@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Mel Flynn , Ed Schouten , freebsd-current@freebsd.org, Artis Caune , 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 21:03:50 -0000 On 2009-08-08 22:49, Doug Barton wrote: > Artis Caune wrote: >> I think "svn diff, svn co, patch" is the only way how to switch to stable/8. > You guys are making this way too complicated. > > cd /usr > mv src src-old > svn co svn://svn.freebsd.org/base/stable/8 src > > Then if you have anything in the old tree that you need you can use > 'svn diff' etc. and bring it over. That's exactly what Artis is suggesting, except for swapping the co and diff steps. :) Anyway, you could consider not re-expanding the keywords a bug in either Subversion, or the FreeBSD extensions to it. Since the help says "This behavior is similar to 'svn update'", you would expect it to update keywords...