up vote 0 down vote favorite
share [g+] share [fb]

I'm using Subclipse on Mac OS X.

I did a checkout using a temp username and password yesterday.

Now that I have a new username and password, how can I change my credentials without having to delete my checkout and recheckout?

link|improve this question

27% accept rate
In ordinary Subversion the credentials are stored in ~/.subversion/ and are not specific to a given working copy ('checkout'). I don't know whether this is true for Subclipse. – Kevin Reid Feb 7 '11 at 20:48
feedback

2 Answers

I think this will work.

Disconnect the project from SVN then reconnect with your new credentials.

link|improve this answer
Hi Chris, how do I disconnect the project from SVN? I literally just installed subclipse last night and still trying to get my way around it. Thanks, Tee – teepusink Feb 11 '10 at 18:42
feedback

I realize that this is a necro thread, but if you delete the server credentials at:

%APPDATA%\Subversion\auth\

And then the .keyring file at:

\eclipse\configuration\org.eclipse.core.runtime 

You will be prompted for username / password with the next svn command you attempt.

link|improve this answer
We even have rewards for necromancy on this site, so don't worry about it ;) You should have read the question though: The user has a Mac, which means he's running Mac OS X, not Windows. – Daniel Beck Jun 24 '11 at 17:22
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.