Date: Mon, 05 Aug 2013 14:50:44 +0100 From: Matthew Seaman <matthew@freebsd.org> To: Warren Block <wblock@wonkity.com> Cc: freebsd-questions@freebsd.org, David Noel <david.i.noel@gmail.com> Subject: Re: Update /usr/src with subversion Message-ID: <51FFADB4.2040103@freebsd.org> In-Reply-To: <alpine.BSF.2.00.1308050719440.25045@wonkity.com> References: <CAHAXwYDuRuA3iiWfu3yB19ShKMPikLu%2B21bXkmZf4X2AjLaMBw@mail.gmail.com> <51FF5F70.7020205@freebsd.org> <CAHAXwYD2kNPGDurqGFvnQDNca6xFuRr2cn_6GJL1mC6WqhusuA@mail.gmail.com> <alpine.BSF.2.00.1308050719440.25045@wonkity.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 05/08/2013 14:22, Warren Block wrote: >> Your solution looks a bit cleaner than the one proposed there: "rm -r >> /usr/src/.svn, and then check out the new branch". >> >> I'll check out the man for svn switch. > > The new form is just 'svn relocate': > http://forums.freebsd.org/showpost.php?p=224243&postcount=5 Just to be clear: 'svn relocate' is the new form for 'svn switch --relocate', used to change the servers or the protocol (or both) used to access the repository. 'svn switch' (without the --relocate argument) is still valid and is used to switch between branches within the repo. It's just 'svn switch --relocate' which is deprecated. Cheers, Matthew
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51FFADB4.2040103>