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

Re: Changing Case / svn move

From: Nico Kadel-Garcia <nkadel_at_comcast.net>
Date: 2006-05-31 17:52:20 CEST

Stuart Celarier wrote:
> Markus, I think your analysis is incomplete. The issue is that the
> Subversion server must preserve case on filenames. It must do that
> because clients on any number of different operating systems will use
> the same Subversion server, and the server cannot honor case for some
> clients and ignore it for others.
>
> I have been programming on Windows operating systems since Windows
> 2.0, so I am sensitive to the issue. The "ugliness" of the
> (inconsistent) case insensitivity of Windows file systems is not a
> deficiency of Subversion. Consider the case where one uses a client
> on any other operating system to add the files foo.h and foo.H - this
> is perfectly legitimate. (IIRC, this convention was used in X Windows
> Systems to distinguish private and public interfaces.) However,
> because the Windows file systems do not distinguish between these two
> names, that prevents one from checking out from a folder containing
> both files. This does not involve renaming files.

This sort of problem is why HylaFAX will not compile under Windows or at
least older versionf of MacOS: the authors used a naming convention for
files like "regex.h" and "Regex.h" for different include files involving
regex.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 31 17:53:44 2006

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.