I've run into an issue with our Subversion configuration here: I've checked out a project over svn+ssh on the local Linux system. So svn info reports something along the lines of:
URL: svn+ssh://MYUSERNAME@server/svn/project/trunk/
Now my co-worker is unable to update the checked out working copy (It's on a live server) because the command line parameter --username doesn't work with svn+ssh.
How can I temporarily change or remove the username from the repository URL?