I am trying to commit one java file in Eclipse Juno Service Release 2 using SVN
When I do Team/Commit on the file I get the following.
Some of selected resources were not committed.
Some of selected resources were not committed.
svn: E155011: Commit failed (details follow):
svn: E155011: Commit failed (details follow):
svn: E155011: File 'C:\Users\...\workspace\...\src\com\MyCode.java' is out of date
When I try and do Team/Update - whether on the file or the folder or the project, I get
Some resources were not updated.
svn: E175002: chunked stream ended unexpectedly
svn: E175002: REPORT request failed on '/svn/project/!svn/vcc/default'
I have tried
Can anyone help? (all other files/folders etc. work fine)
PS This question was copied from https://superuser.com/questions/585724/commit-failed-in-eclipse
You could also just create another workspace, create a new subversion project and download the entire code base from subversion to this new workspace. Then hand copy the .java file over to the new workspace and try to check in. If it works abandon your old workspace.