John Barstow wrote:
> This should probably in the book's Troubleshooting section...
>
> I recently had a developer add a file twice, with slight differences in
> case. This of course causes problems with updates and checkouts; since the
> filesystem is case-insensitive.
> There's probably a switch or configuration option somewhere to handle this,
> I just don't know where this is documented.
>
No, there isn't a switch or configuration option to handle it. There
are just too many filesystem dependent special cases that we don't
bother trying to handle them. The same thing problem also occurs if you
try to use a filename with a : in it. Works everywhere but windows...
Or if you have filenames that differ only in case (breaks on Mac OS X,
probably windows).
-garrett
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 30 00:03:51 2003