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

Re: Re: Re: Mixed case file names

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-12-14 19:45:48 CET

On 12/14/05, Matthew Janulewicz <Matthew.Janulewicz@nextestate.com> wrote:
> I think part of the 'problem' is the underlying filesystems. I ran into
> this when moving a Perforce server from Linux to Windows one time (not
> my choice.) It wasn't case-sensitivity issues, but spaces in a filename,
> that made it choke. I believe that if the Subversion server is on a
> filesystem that does not acknowledge/differentiate case (Win), then it
> won't be possible to submit these types of file pairs.
>
> But I could be completely wrong. ;)

You are, in fact, completely wrong. The subversion filesystem will
behave exactly the same with regard to case regardless of the
underlying platform's behavior, the repository never actually uses
those filenames other than internally, the actual data files on disk
are named in such a way as to work on all platforms.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 14 19:59:32 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.