Borrar credenciales de acceso a Subversion desde Eclipse

Si necesitamos borrar el usuario de acceso con el que estamos conectados desde Eclipse a SVN haremos lo siguiente:

Go to Windows->Preferences->Team->SVN.
In the Client Interface section, check which adapter is used.

If you are using JavaHL then you need to delete files from the svn.simple directory This directory is usually located in %AppData%\Subversion\auth.

If you are using SVNKit then you need to delete the .keyring file from eclipse configuration directory.

The location of this .keyring file is \configuration\org.eclipse.core.runtime

En Windows 7 la localización del directorio svn.simple es:

%AppData%\Roaming\Subversion\auth

Espero que os sirva

Comentarios