0

I try to use Eclipse SVN plugin.

update action works correctly but when I execute commit I see following:

Some of selected resources were not committed.
Some of selected resources were not committed.
svn: E200007: Commit failed (details follow):

svn: E200007: Commit failed (details follow):
svn: E200007: CHECKOUT can only be performed on a version resource [at this time].
svn: E175002: CHECKOUT request failed on '/dent-001/!svn/rvr/5126/#PATH_TO_CLASS#

It is executes normally if I use tortoise SVN.

How should I fix it?

greg-449
  • 109,219
  • 232
  • 102
  • 145
gstackoverflow
  • 36,709
  • 117
  • 359
  • 710

1 Answers1

0

From your trace I think you are making commit on class file that is not in the repo. Don't select class files for commit and put your output class folder out of the sources. Hope this helps you.

Thrash Bean
  • 658
  • 4
  • 7