How to change credentials for SVN repository in Eclipse?

后端 未结 19 861
陌清茗
陌清茗 2020-12-12 10:39

I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected \'Save password\'. Now every time I do

19条回答
  •  孤城傲影
    2020-12-12 11:02

    On Windows 7, go to C:\Users\%User_Name%\AppData\Roaming\Subversion and remove the auth directory. Just be aware if you are connected to more than 1 SVN server that this will remove the authentication for all of the SVN servers you have configured. If you want to reset just a single server:

    Inside the auth directory you should see a folder called svn.simple. Open each of those files with a text editor to determine which one to remove and then remove just that single file.

提交回复
热议问题