Can run update and it works, but commit says illegal repository url ''?
In subversion I'm tryi开发者_如何学编程ng to commit a project but running into an issue.
The error I get is
Illegal repository URL ''
How come I can run update, but commit on the same tree shows that?
Try this, it worked for me:
- Create a folder.
- Right button over folder and create repo here.
- When pop up appears select create folder structure and then open folder.
- When repository browser appears you see tags branch etc, right button again and create folder but now with tool
tortoise
. - Update you file to folder.
After some hunting around it seems that a few other people have experienced some sort of local corruption at the top level their checked out project directory which is where I was committing from.
I followed the same procedure that was used to solve those cases which is to back up the sources. Check out the project again. Finally copy the changed files back over the freshly checked out copy. Check it builds correctly. And then commit that.
It seemed to solve it for me.
精彩评论