Cannot Commit to the SVN - CHECKOUT can only be performed on a version resource [at this time]

后端 未结 8 2050
梦如初夏
梦如初夏 2021-02-13 15:14

I am trying to commit some classes and XML files to SVN but I keep getting this error message:

svn: E200007: Commit failed (details follow): svn: E20000

8条回答
  •  盖世英雄少女心
    2021-02-13 15:55

    in my case JavaHL was not present (Eclipse -> Preferences -> Team -> SVN, client)

    to install it

    sudo apt-get install libsvn-java
    sudo ln -s /usr/lib/x86_64-linux-gnu/jni/* /usr/lib/
    

    Now restart Eclipse and you should be able use Subsclipse with JavaHL.

提交回复
热议问题