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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"