HowTo clear subclipse plugin for Eclipse IDE and subversion password on windows xp/vista

This method works if subclipse plugin for Eclipse is setup to use JavaHL , open cmd with administrative privileges in %APPDATA%\Subversion\auth\svn.simple , there is files with auth settings for each repository , remove the necessary , also in some cases you should clear keyring cache :

cd %APPDATA%\Subversion\auth\svn.simple
C:\Users\someuser\AppData\Roaming\Subversion\auth\svn.simple>del *
cd %ECLIPSE_FOLDER%\configuration\org.eclipse.core.runtime
del .keyring

Don’t forget to restart eclipse .

Comments

Leave a Reply