If you want to change the username of your svn+ssh working copy (and the username is in the url i.e. svn+ssh://username@host.nl/repos ) the '--username' will not work. Instead you'll have to change the URL with the 'switch --relocate' command as follows:
$svn switch --relocate svn+ssh://username@host.nl/repos svn+ssh://newusername@host.nl/repos
Geen opmerkingen:
Een reactie posten