Eclipse, Subclipse 1.8.2, SVN 1.7.0 asks password every action

前端 未结 6 1217
南方客
南方客 2021-02-08 03:12

After I installed new Eclipse Indigo, it asks me for password every action I do in SVN Repository perspective (e.g. browse through every single

6条回答
  •  天涯浪人
    2021-02-08 03:50

    For some reason, I had both SVNKit and JavaHL installed. I needed to update my Eclipse preferences to use SVNKit instead of JavaHL.

    In Preferences > Team > SVN > SVN Interface
    switch:
    JavaHL (JNI) ...
    to:
    SVNKit (Pure Java) SVNKit ....

提交回复
热议问题