From owner-freebsd-current@FreeBSD.ORG Sun Aug 23 11:52:31 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 DF3BD1065691 for ; Sun, 23 Aug 2009 11:52:31 +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 A3B7C8FC13 for ; Sun, 23 Aug 2009 11:52:31 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:8881:4392:d6aa:e7a9] (unknown [IPv6:2001:7b8:3a7:0:8881:4392:d6aa:e7a9]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 004695C59; Sun, 23 Aug 2009 13:52:29 +0200 (CEST) Message-ID: <4A912D7F.1000402@andric.com> Date: Sun, 23 Aug 2009 13:52:31 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.3pre) Gecko/20090820 Shredder/3.0b4pre MIME-Version: 1.0 To: Stefan Bethke References: <3D13DA9E-6A81-4C7C-857E-72CB871A198D@lassitu.de> In-Reply-To: <3D13DA9E-6A81-4C7C-857E-72CB871A198D@lassitu.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD current Subject: Re: Switching source from -current to 8-stable 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: Sun, 23 Aug 2009 11:52:32 -0000 On 2009-08-23 12:16, Stefan Bethke wrote: > If you've been using svn, run svn switch on your checkout: > # cd /usr/src > # svn switch svn://svn.freebsd.org/base/stable/8 This will miss the $FreeBSD$ keywords, apparently; see the thread here: http://lists.freebsd.org/pipermail/freebsd-current/2009-August/010423.html As Doug Barton remarks there, it is probably safest to just checkout a fresh copy, and apply any of your changes afterwards.