How to change credentials for SVN repository in Eclipse?

后端 未结 19 831
陌清茗
陌清茗 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条回答
  •  萌比男神i
    2020-12-12 11:16

    I figured out the method I have written below, and it works perfectly for me

    in eclipse, follow these simple steps: File -> Import -> type svn -> project from svn -> next -> Create a new repository location -> Next - > You would see "Secure Storage" below the Authentication Menu. Click on this button "Secure Storage" . This is the place where we can delete all the password caches. Now once you are here, follow these:

    1. Under password tab, click "Clear passwords"
    2. Under "contents" tab, go to SVN, select each sub options, and click on "Delete"
    3. Restart eclipse

    All the stored passwords are now gone, and you can use your new svn password to sync

提交回复
热议问题