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

后端 未结 8 2070
梦如初夏
梦如初夏 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:53

    I had the same problem,
    Working on windows and netbeans, and I don't have console access.

    - I tried cleaning up project, did'nt work
    - project > subversion > working copy > clean up, did'nt work

    Then

    browse into winodws files
    find the project
    right click
    chose TortoiseSVN
    Cleanup...
    checked: clean up working copy status and include externals (they are set as default)


    That's all, I was able to commit from netbeans enviroment.

    Hope this help someone.

提交回复
热议问题