From owner-freebsd-questions@FreeBSD.ORG Wed Nov 20 06:55:52 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C3C899F for ; Wed, 20 Nov 2013 06:55:52 +0000 (UTC) Received: from ipmail06.adl2.internode.on.net (ipmail06.adl2.internode.on.net [IPv6:2001:44b8:8060:ff02:300:1:2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 074EC2176 for ; Wed, 20 Nov 2013 06:55:51 +0000 (UTC) Received: from ppp118-210-25-33.lns20.adl2.internode.on.net (HELO leader.local) ([118.210.25.33]) by ipmail06.adl2.internode.on.net with ESMTP; 20 Nov 2013 17:25:49 +1030 Message-ID: <528C5CF2.6030900@ShaneWare.Biz> Date: Wed, 20 Nov 2013 17:25:46 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Polytropon , "illoai@gmail.com" Subject: Re: Changing FreeBSD Source Branch References: <20131120010931.c7dc5a4a.freebsd@edvax.de> <20131120020357.77aa68eb.freebsd@edvax.de> In-Reply-To: <20131120020357.77aa68eb.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ETHAN HOUSE , "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Nov 2013 06:55:52 -0000 On 20/11/2013 11:33, Polytropon wrote: > On Tue, 19 Nov 2013 19:54:38 -0500, illoai@gmail.com wrote: >> Umm, >> >> # svn co https://svn0.us-east.freebsd.org/base/stable/10 /path/to/whatever >> >> Though, there isn't a releng/10 yet. Might want to wait >> for that one, honestly. >> >> (subversion mirrors: http://www.freebsd.org/doc/handbook/svn-mirrors.html ) >> >> Also: http://svnweb.freebsd.org/base/stable/10/ >> >> Disclaimer: I ain't sayin' this is what ya oughter do, but it's there. > > Thanks for the correction - as I think about it, it makes > sense: "head" is for heavy development and experiments, "stable" > is for "good, will be kept" and finally leads to "release". I know of two ways to change your source origin. The first is delete all in /usr/src and checkout a clean copy. The second is use svn switch % svn help switch switch (sw): Update the working copy to a different URL within the same repository. usage: 1. switch URL[@PEGREV] [PATH] 1. Update the working copy to mirror a new URL within the repository. This behavior is similar to 'svn update', and is the way to move a working copy to a branch or tag within the same repository.