开发者

svn: URL <foo> of existing dierctory <foo> does not match expected URL <foo>

Ok I have seen this and still do not know how to solve without deleting my current folder and getting new. but there must be a better solution. Here is my exact error:

svn: URL 'http://moray.aniworld.local:8080/svn/Devon/trunk/IncurredCost' of exis ting directory 'trunk\IncurredCost' does not match expected URL 'http://moray.an iworld.local:8080/svn/devon/trunk/IncurredCost'

Note that there are no duplicate directory names in my repository. How can I fix this so that I can just do "svn update" at the top level and have this one annoying fodler update properly?

Edit: this is the situation, I have repo foo, with a trunk, and then subfolders d1, d2, d3, and d4. d1 has alot of binaries that i don't want to delete and get again (over http and VPN, it's slow). because the files are there, and in sync already. I just want to tell svn t开发者_如何转开发hat everything is OK, no need to get everything all over.


You actually have the same problem as here wich makes this question a duplicate (and it will probably be closed soon for that reason). The problem is that you have on your SVN two folders with the same name but which are of different case. For example: trunk\IncurredCost and trunk\incurredcost


Daniel, Ioan Paul might be right. If anywhere in the path is a different spelling. In other words; If anywhere in the path there exists 'Path' and 'path', then you might have a problem for that reason.

This is actually a not subversion problem, but Windows one. I have had this issue in the past. In my case the SVN server is running on Linux. Some developers are working on Windows and some on Macs. One day, a developer on a Mac created file with the name, 'File' and successfully committed it to SVN. The problem was that the repo already had a file named 'file', but from SVN's perspective and from Linux's perspective, that is absolutely fine. It is also ok from a Mac point of view. However, Windows doesn't know what to do when it sees 'file' and 'File'.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜