In the first use of TORTOISESVN from the server checkout, will be asked to enter a user name and password, when the input box below an option is to save the authentication information, if you choose this option, then you do not have to enter the user name password every time.
However, if you later modify the user name password on the server side, then check out again will be error, and this client is mentally retarded, after the error will not automatically jump out of the user name password input box Let people update, I looked for a long time also did not find the password to modify the user name.
Finally, two solutions are found:
Method One: In the TortoiseSVN Settings dialog box, select "Saved Data", in the "Authentication data" line Click on the "Clear" button, clear saved authentication data, and then check out the time will be re-out of the User name password input box.
If method one does not work, then method two can be used:
Authentication information such as tortoise username and password are cached in this directory on the client file system:
C:/Documents and Settings/administrator/application Data/subversion/auth
Remove all folders under Auth, reconnect the remote server for Checkout, and the dialog box will appear!
TORTOISESVN client Reset user name and password [go]