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
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.
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.
Ran into the same error in Netbeans, similar solution Right click project - > Subversion - > clean up working copy
For those that project -> team -> cleanup doesn't work in eclipse try:
svn cleanup /folder_to_cleanup
clean/refresh does not work for me.(Mac OSX+eclipse+SVNKit)I just copy my project from mac to Windows, and commit success with TortoiseSVN. I did't get the work reason, but if someone stuck here(clean/refresh not work) may try this way.
EDIT: this is might Subclipse's bug, finally I type 'svn cleanup /folderNameYouWantToClean' in terminal and resolve the issue.
I got the same issue and I fixed it by checking out the project using NetBeans.