I'm using Eclipse (Helios) 32Bit in Windows 7, with Subclipse 1.6.x.
I want to reset my SVN username and password. On the internet, I found the following steps:
- Close Eclipse or RAD/WSAD
- Navigate to the following directory replacing {User} with your Windows logon id.
- C:\Documents and Settings{User}\Application Data\Subversion
- Delete all files under the Subversion directory
- Open Eclipse or RAD/WSAD
- Synchronize with your SVN repository
- If prompted click Accept Permanently to trust the certificate
- When prompted enter your Subverion user id and password
These steps aren't working. When I open Eclipse again and synchronize with the repository, it doesn't ask for a username or password.
Other information:
I tried deleting the files in the Subversion
directory, but when synchronizing, Eclipse creates a folder there again.
In another post I read about "deleting the .keyring
file", but I couldn't find the location of this file.
In the Secure Storage contents tab, I only have this:
There are different possibilities where passwords could be stored in eclipse and subversion. The keyring file is stored in an installation of eclipse I have used with subclipse at <root>/eclipse/configuration/org.eclipse.core.runtime/.keyring
. You should at least look if it exists there. The location of that file may be overriden by command line parameters, but that you would know. See the article "How to change Eclipse SVN plugin password" for some more information.
For another option, you could check:
Windows > Preferences
.General > Security > Secure Storage
.Contents
and expand there the entry SVN
.You should see now a local cache of SVN related things that SVN can use to answer the password question for the server. Delete the entries that is cached for the location you want to login as a different user. Ensure that your subversion directory is cleaned as well:
C:\Documents and Settings\{User}\Application Data\Subversion
C:\Users\{User}\AppData\Roaming\Subversion\
And delete the .keyring
file as well, if you find it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With