Eclipse keeps asking for svn password

后端 未结 12 1596
遇见更好的自我
遇见更好的自我 2021-02-02 11:15

Whenever I\'m trying to synchronize/update my projects with SVN repo it asks me for password. It drives me nuts, I\'m checking \"save password\" checkbox and it doesn\'t work at

12条回答
  •  余生分开走
    2021-02-02 11:24

    This one worked well : http://www.thinkplexx.com/learn/howto/ide/eclipse/fix-eclipse-svn-always-asking-for-login-and-password-clear-keyring-or-cache

    There is some files to delete :

    • Delete (or rename .old) in Eclipse : /configuration/org.eclipse.core.runtime/.keyring
    • Remove the file in your profile (AppData/Roaming or ~) : /.subversion/auth/svn.simple

    Go to SVN perspective and enter login/password. Should keep it now.

提交回复
热议问题