Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Clearing Eclipse Subversion password

Eclipse/Aptana seems to remember my password that I use to access my SVN repositories. Is there a way I can clear the stored passwords?

like image 693
Luke Avatar asked Jun 12 '09 02:06

Luke


People also ask

How do I find my SVN username and password in eclipse?

Eclipse & Subclipse don't directly collect or store username and password credentials. This information is collected and stored by the SVN client adapter (JavaHL or SVNKit). Currently, these adapters both require you to manually delete the cache file in order to clear the old password.

Where are Subversion passwords stored?

On Windows, the Subversion client stores passwords in the %APPDATA%/Subversion/auth/ directory. On Windows 2000 and later, the standard Windows cryptography services are used to encrypt the password on disk.


2 Answers

just want to share, In windows 7 machine, the password is saved at:

C:\Users\[username]\AppData\Roaming\Subversion\auth\svn.simple 
like image 98
Salvin Francis Avatar answered Nov 09 '22 08:11

Salvin Francis


Change the perspective to SVN Repository Exploring. Inside the SVN Repositories view, right click "Location properties... ". A dialog will open and on the first tab you will be able to change your username and password.

like image 36
Nikola Stjelja Avatar answered Nov 09 '22 10:11

Nikola Stjelja