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?
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?
Browser other questions tagged eclipse svn
You are not signed in. Login or sign up in order to post.
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?– Maniero
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
– Mamga
Try to rotate
svn status
and thensvn cleanup
– Lucas
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.
– Maniero
did not find the
svn status
in the eclipse that’s what I’m wearing. Thecleanup
returns the same error.– Mamga
Yeah, now I’ve learned that I can’t copy folders. But how do I try to fix my mistake?
– Mamga
By command line, terminal, @Mamga
– Lucas