Eclipse keeps asking for svn password

后端 未结 12 1611
遇见更好的自我
遇见更好的自我 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:28

    This is what has just worded for me (Mars, subclipse, SVNKit): I read the $WORKSPACE/.metadata/.log file, and found this:

    !ENTRY org.eclipse.core.runtime 2 0 2015-09-04 09:24:33.282^M
    !MESSAGE Authorization infrastructure (org.eclipse.core.runtime.compatibility.auth) not installed.
    !STACK 0
    java.lang.ClassNotFoundException: org.eclipse.core.internal.runtime.auth.AuthorizationDatabase cannot be found by org.eclipse.core.runtime_3.11.0.v20150405-1723
    

    Duckduckgoed the package name org.eclipse.core.runtime.compatibility.auth and found it in Maven repository, where I downloaded the jar file, which I copied into my $ECLIPSE_HOME/dropins directory. After restarting eclipse there was no error in the log, I was just asked once my master password. No more annoying password dialogs since then.

提交回复
热议问题