On Tue, 29 Mar 2011 12:44 +0200, "Bertrand Delacretaz" <[email protected]> wrote: > On Tue, Mar 29, 2011 at 12:40 PM, Upayavira <[email protected]> wrote: > > If there are two files of the same name (different case) in your repo, > > then someone on a case sensitive OS (Linux?) should fix this ASAP by > > removing/renaming one of them. > > I think fixing should also work from any client using svn URLs: > > svn delete > https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/java/org/apache/stanbol/entityhub/indexing/dbPedia > > I'd try but I'm not sure which one needs to be deleted ;-)
How's about: svn mv https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/java/org/apache/stanbol/entityhub/indexing/dbPedia https://svn.apache.org/repos/asf/incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/java/org/apache/stanbol/entityhub/indexing/the-other-dbPedia Then someone else can fix the fact that it no longer works :-) Upayavira
