Question

I'm running Eclipse 3.7.2 with Subversion 1.8.6. I have a package which I don't need any more so I deleted the package in the Package Explorer and committed the /src folder however got an error about one of the files in the package being out of date. I reverted, made sure all of the files were up to date and then deleted all of the files in the package, but not the package itself, and this worked great.

Now when I try and delete the empty package in Package Explorer, the package which is fully updated with the server, and commit the /src folder I get the error:

org.apache.subversion.javahl.ClientException: svn: E155011: Commit failed (details follow): svn: E155011: Directory 'C:...\workspace...\src\ecc' is out of date

So how can I delete this empty package?

I have read How to properly delete Java packages under SVN control however our problems seems to be slightly different.

Was it helpful?

Solution 2

You should start by doing a Team > Update first. The out of date message means that an item you are trying to commit was not at its HEAD revision in your working copy.

OTHER TIPS

This should just work, but I've known it to fail from time to time.

Just delete the folder using Svn repository exploring, then update the project.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top