Background:
Since the SVN interface does not provide us with a direct replacement of the user name password, so once we need to change the user name, we need to think of some ways.
Solution:
There are two main methods, one is to delete the SVN client account profile, the other is to go to the SVN server to set the account is not available.
Specific steps:
1, by deleting the SVN client's account configuration file
(1) Locate the client configuration file we use, under Window XP where they are located in the Documents and Settings\alex\application data\subversion\auth\ folder of the system disk,
Delete all the files inside.
(2) Use SVN Update or submit, so that the client and the server to communicate, so that the SVN client will require us to enter a new username password, enter our username password can replace the old username password.
2, by modifying the SVN server account configuration file, this part requires the SVN administrator to cooperate
(1) Find the Service account profile, which is located in the SVN Server Installation path Config folder, open and edit the passwd file, delete or annotate the account that needs to be replaced
(2) In the client to use SVN Update or submit, so that the client and the server to communicate, so that the SVN client will require us to enter a new username password, enter our username password can replace the old username password.