Someone thought it would be a great idea to give multiple files a name only differing by case.
For example:
/fonts/arial.swf
/fonts/Arial.swf
/fonts/hevetica.swf
/fonts/Hevetica.swf
This is no problem for Linux. However for Windows and OS X the repository won’t synchronize.
Does anyone know to get around this, as currently I can’t figure out how to successfully checkout the repository?
I guess you have to fix the repo. Some ideas…
1) Get list of files with “same” names from repo, with something like:
And then either
svn removeorsvn renamethe files and fix the repo.2) try
svn checkout --forceorsvn export --force, and cross fingers.