I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected 'Save password'. Now every time I do anything with SVN his cached credentials are used. How can I change them to mine?
I have already checked the 'workspace/.metadata/.plugins/org.tigris...' folders, and could not find any way to reset those cached credentials.
On any Windows Version delete the following folder:
(You can copy&paste this to RUN/Explorer, and it will resolve the App-Data-Folder for you.)
On Linux and OSX it is located in
Source: http://www.techcrony.info/2008/03/26/admin/how-to-change-eclipse-svn-password/
It's too simple to change username and password in Eclipse.
Just follow the following steps:
In your Eclipse,
that's it.
In windows :
%APPDATA%\Subversion\auth\svn.simple
svn.simple
folderIt worked for me.... ;)
Delete the .keyring file under the location: configuration\org.eclipse.core.runtime, and after that, you will be invited to prompt your new svn account.
(Windows 7 Eclipse Indigo 3.7)
C:\Users\\AppData\Roaming\Subversion\auth\svn.simple
Find svn information file and make it writable.
(they are default readonly) (no restart of eclipse required)
I deleted file inside
svn.simple
directory at below path on windows machine (Windows 7):Problem solved.