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

Re: Filenames in the repository and in the working copy - what's legal?

From: Ted Dennison <dennison_at_ssd.fsi.com>
Date: 2006-08-29 15:11:01 CEST

Gavin Lambert wrote:
> It'd be nice if it did support some kind of auto-translation feature --
> not just for characters that are illegal on one system or another, but
> also for case-sensitivity issues (eg. where a repository created under
> Linux contains files that differ only in case, and then someone tries to
> check them out under Windows or OSX). Here's hoping it'll get added
> sometime soon.
>
It sure would be nice to have some way of working with files in a
case-insensitive manner. One of my biggest challenges integrating SVN
with Window's SCC is that SCC doesn't preserve the case of file (or
directory) names. After all, this is Windows, so noone cares case about
case, right? Grrr....

I have to get a list of every file file SVN knows about, and compare the
files SCC asks for with the files on SVN's list. Not only is this
slooooooow, but it isn't exactly bulletproof, as there's nothing
stopping SCC from asking for files from different SVN repositories.
Also, there's no good way to know when I might need to update my list
due to external operations.

This isn't the dev list though, so I'm just dreaming here. While I'm
dreaming, I'd like a Ferrari too. :-)

-- 
T.E.D.   Work     -  mailto:dennison@ssd.fsi.com
         Home     -  mailto:dennison@telepath.com (Yahoo: Ted_Dennison)
         Homepage -  http://www.telepath.com/~dennison/Ted/TED.html
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 29 15:14:09 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.