I've been using svn for years, checking in and out of a remote repository using the command svn ci, etc. Somehow svn remembers what my login name is on the remote server. The remote machine has now been changed, and along with it my user name. Now whenever I enter svn ci or whatever, it prompts me for the password associated with my old user name. How can I tell svn that I have a new user name??? I've tried adding the flag --username, i.e., svn --username <newname> ci but svn ignores this and still prompts for the password associated with the old name.
Any help would be most appreciated


Reply With Quote

Bookmarks