Eclipse's SVN plug-in subclipse does a great job of providing powerful, rich functionality for SVN operations. But so far, the concept of SVN users of the plug-in is very weak, not only can not easily switch users, and once the user's account number, password saved, you can no longer change.
Solution Ideas:
Since the interface can not be modified, then only delete the Subclipse record account number, password information, re-enter.
Specific steps:
1. See what SVN Interface you are using in your eclipse, location in
Windows > Preference > Team > SVN
2. If the Javahl is used, locate the following directory and delete the files in the directory.
C \ "Documents and Settings" \[yourusername]\ "Application Data" \subversion "\auth
Note: If the Win7 user discovers that there is no documents and Settings under the C disk, it should be the system protection has been set up and the important files are hidden. Can be set in Folder options, such as. Uncheck "Hide protected ... ", the Documents and settings directory should be displayed normally.
3. If you are using the Svnkit, locate the following directory and delete the. keyring file.
[eclipse_home]\ "Configuration" \org.eclipse.core.runtime
4. Re-access SVN via Subclipse and enter a new account.
Eclipse SVN Plugin's account number, password modification