[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CaSe insensetive OS not handled well

From: Roel Harbers <roel_at_roelharbers.com>
Date: 2005-08-19 13:06:51 CEST

Flex wrote:
> Hi all,
>
> It's about:
> http://subversion.tigris.org/issues/show_bug.cgi?id=1495
>
> On OS-es that does not distinguish between file.c and File.C working
> with subversion leads from annoying results to a loss of data.

Loss of data? how?

> not just about the urls, the filenames, but a side things like ignore
> files - xx.tmp, xx.Tmp, XX.TMP, etc are the same file under windows

You can use expressions like *.[tT][mM][pP] I think.

> A solution:
> #ifdef WIN32
> #define strcmp strcmpcaseinsensitive or whatever
> #endif
>
> It is an ugly solution but you got the idea.

It's not a solution at all, because that would mean windows clients can
no longer communicate with unix servers and vice versa.

But I agree that it is a problem that should be handled in the long run.

Regards,

Roel Harbers

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 19 13:41:19 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.