Update /usr/src with subversion

Matthew Seaman matthew at freebsd.org
Mon Aug 5 13:50:51 UTC 2013


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


More information about the freebsd-questions mailing list