Because the svn interface does not provide us with a direct change of user name and password, once we need to change the user name, we need to find some ways.
Solution:
When using SVN in eclipse, most people often get used to automatically saving the user name and password used to access svn for the next automatic use. Do not manually enter the user name again, but sometimes you need to change the password or user name, what should I do at this time? Find the following method on the Internet:
1. Check what SVN interface is used in your eclipse
Windows> preference> Team> SVN # SVN interface (bottom right middle)
2. If javahl is used, find the following directory and delete the files under the auth directory.
Windows 7
C: \ Users \ "your username" \ appdata \ roaming \ subversion \ auth \
XP
C: \ Documents and Settings \ "your username" \ Application Data (hidden folder) \ "Subversion \ auth"
3. If you use svnkit, find the following directory and delete the. keyring file.
[Eclipse] "configuration" org. Eclipse. Core. Runtime