How to change users in TortoiseSVN

后端 未结 6 2290
无人及你
无人及你 2020-12-22 16:16

I was setting up another user to use our SVN repository. He didn\'t have a username/password, so I logged in with my credentials. We now have a username/password for him.

6条回答
  •  天命终不由人
    2020-12-22 17:02

    If you want to remove only one saved password, e.g. for "user1":

    • Go to the saved password directory (*c:\Users\USERNAME\AppData\Roaming\Subversion\auth\svn.simple\*)
    • You will find several files in this folder (named with hash value)
    • Find the file which contains the username "user1", which you want to change (open it with Notepad).
    • Remove the file.
    • Next time you will connect to your SVN server, Tortoise will prompt you for new username and password.

提交回复
热议问题