How to change credentials for SVN repository in Eclipse?

后端 未结 19 818
陌清茗
陌清茗 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:18

    In windows :

    1. Open run type %APPDATA%\Subversion\auth\svn.simple
    2. This will open svn.simple folder
    3. you will find a file e.g. Big Alpha Numeric file
    4. Delete that file.
    5. Restart eclipse.
    6. Try to edit file from project and commit it
    7. you can see dialog asking userName password

    It worked for me.... ;)

提交回复
热议问题