svn - ... is not under version control

Asked

Viewed 97 times

0

I’m trying to do CleanUp or Commit of my eclipse project and is returning the following message:

svn: Error modifying entry for 'test'

svn: 'test' is not under version control

Can anyone tell me what might be going on?

  • Most likely because you haven’t created a repository on teste. Apart from this I can only imagine, at least only with this information, that something may be corrupted. It has a directory .svn there?

  • So... I made a copy of a folder by the eclipse and renamed it... Went to what started the problem, and to try to solve deletes the folder in eclipse and the problem continues. All project folders have the folder .svn

  • Try to rotate svn status and then svn cleanup

  • When you create a repository, all manipulation on it should be done by SVN. If you rename without using it, you create a problem. He doesn’t know what to do with it anymore.

  • did not find the svn status in the eclipse that’s what I’m wearing. The cleanup returns the same error.

  • Yeah, now I’ve learned that I can’t copy folders. But how do I try to fix my mistake?

  • By command line, terminal, @Mamga

Show 2 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.