Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SVN in Eclipse: Cannot commit certain folders

Tags:

eclipse

svn

I'm using SVN within Eclipse. Whenever I change a file I commit the changes. It works for everything except for three certain folders (which contain certain files) I cannot commit. When trying to commit them I receive the following error message:

enter image description here

workspace\yp\src\yp\forum\locale\cs is one of the three uncommitable folders. The folder definitely doesn't exist on the server yet, but I get the above error each time I'm trying to upload it.

How do I solve the problem?

EDIT: I've deleted the .svn folders from the problematic directories. I still get the same error when trying to commit and the problematic directories have no .svn folders.

EDIT: I'm still trying to fix the problem. Now I get another error message when trying to commit:

enter image description here

EDIT: Now I've tried to do Team --> Cleanup and got that error message:

enter image description here

like image 982
snakile Avatar asked Dec 20 '25 22:12

snakile


1 Answers

Move the problematic folders out of the way, then do Team->Update which will recreate the folders from the repository.

Then you can copy your changed files back.

This problem can arise when there are files in a folder checked into the repository that only differ in case - which is not supported in Windows. So it might be worthwile to look at the repository with a repository browser - if it is http:// then the web browser will do.

like image 115
Turbo J Avatar answered Dec 23 '25 14:12

Turbo J



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!