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

Windows: Case preserving but case insensitive

From: Troels Liebe Bentsen <tlb_at_rapanden.dk>
Date: 2004-04-20 01:25:38 CEST

Hi,

I just set up a Subversion repository for document sharing with some of my
fellow student. But since I'm studying business so UNIX/linux is not the
preferred desktop of choice, so i have to work with the limitation of
Windows.

But this was not really a problem at first, I have installed TortoiseSVN on
all the windows maschines and everything worked everything fine until my the
first windows user did a rename on a file that only changed the case.

Example:
        system rename "myfile" to "MyFile"
        subversion add "MyFile"
        subversion update
        # Craps on windows as it can't create myfile again.

This is no problem on Linux as the filesystem supports having "myfile" and
"MyFile" in the same directory.

I can see this is a documented problem in TortoiseSVN, but this should really
be handled in subversion.

Is there anyway to filter what filenames are allow?

Because the problem does not stop with case sensitive, what about all the
chars the Unix filesystem generally support that windows does not?

If not what is the reason for not allowing this and will patches for adding
support for this be accepted?

Thanks for a great source controle system.

Kind regards
 Troels Liebe Bentsen.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 20 01:26:05 2004

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.