How to change users in TortoiseSVN

后端 未结 6 2274
无人及你
无人及你 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 16:56

    There are several ways to do it, through settings or by deleting the cache.

    Deleting the cache is the most versatile method. First, locate it:

    On XP, it was located here:

    C:\Documents and Settings\%USER%\Application Data\Subversion\auth\svn.simple\
    

    On Vista, it was located here:

    C:\Users\%USER%\AppData\Roaming\Subversion\auth\svn.simple\
    

    Then look in those files with Notepad, and delete the one with your credentials.

提交回复
热议问题