Page 1 of 1

Bad filenames in Subversion.

Posted: 16.10.2008, 08:54
by peolsson99
First of all - great job, I've been using Zeos for many years, and I'm very happy with it :)

Now to my problem;

In the SVN server there is a file duplicate - which causes checkout on trunk to fail on Windows. It's in the folder "artwork". In there you can find these two files;

TZUpdateSql.xpm
TZUpdateSQL.xpm

It's the same file, but with different case. Since Windows is cans insensitive this causes checkout of trunk to fail with an error. So one of these files must be removed from the repository.

I just solved this in our own SVN server today - so that's why I'm so sure about the cause of the problem :)

Regards,

Peter

Posted: 17.10.2008, 20:47
by Michael
Hi peolsson99,

the problem is solved! I just checked out trunk into a newly created directory and everything is fine 8) ...

Posted: 19.10.2008, 07:59
by mdaems
:zwinker:

Michael,
There's still some Case difference left between Testing branch now. So beware when changing the images again. You'll have to delete the wrongly cased filenames from SVN before adding the new versions again with the right casing.

Mark

Posted: 19.10.2008, 14:22
by Michael
:oops: