Modifying SVN user name and password in eclipse

Sometimes in development, some code is submitted by a public computer. Eclipse has no special function to switch SVN accounts. The solution is obtained by consulting the data

1. Check what SVN interface you are using in eclipse
Windows & gt; preference & gt; team & gt; SVN # SVN interface (bottom right)

2. If you are using javahl, Find the following directory and delete the files in the auth directory.
Windows 7
C: (users) \ “your user name” \ \ appdata/roaming/subversion/auth \
XP
C: (documents and settings) \ “your user name” \ \ “application data (hidden folder) \” subversion/auth “

3, Find the following directory and delete the. Keyring file.
[eclipse] “configuration” org.eclipse . core.runtime  

Read More: