Since there is no place for us to change the username and password directly in the SVN interface, we need to think of some ways to change the username once we need to.
Solution:
In the process of using SVN in eclipse, most people often get used to automatically save the username password of the SVN access for the next automatic use, do not manually enter it again, but sometimes need to change the password or user name, what to do? Find the following methods after searching the Internet:
1. See what SVN Interface is used in your eclipse
Windows > Preference > Team > SVN
2. If the Javahl is used, locate 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. If you are using the Svnkit, locate the following directory and delete the. keyring file.
[Eclipse] "Configuration" org.eclipse. Core.runtime
"Modify account Information" in Eclipse to modify SVN username and password method