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

RE: Case-sensitivity and Windows

From: John Barstow <John_Barstow_at_gfsg.co.nz>
Date: 2003-06-30 01:38:30 CEST

> John Barstow <John_Barstow@gfsg.co.nz> writes:

> > Garrett Rooney [mailto:rooneg@electricjellyfish.net] wrote:
> >
> > What do you mean by 'svn log ignores case'?
> >
> > C:\source>ls
> > logotext.jpg
> >
> > C:\source>svn log logotext.jpg
> >
> > C:\source>svn log logoText.jpg

> I don't use Windows, but isn't that the way a Windows program is
> supposed to work? If you want case sensitivity then URLs (or a case
> sensitive filesystem/OS).

Well, yes, except 'svn add', 'svn st', etc. do NOT work this way.

c:\source>ls
logotext.jpg

c:\source>ren logotext.jpg foo.jpg
c:\source>ren foo.jpg logoText.jpg
c:\source>svn st
! logotext.jpg
? logoText.jpg

While I would prefer it to work as expected under Windows, I care more that
everything is consistent. I burned an entire weekend on this and am a bit
out of sorts right now.

John C Barstow

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 30 01:38:53 2003

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

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