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

Re: Change case on a filename in wc under Windows?

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-12-19 22:00:20 CET

John Peacock wrote:

> Branko Čibej wrote:
>
>> But this is not something that will happen for 1.0, because it requires
>> a fairly major change in WC management. And after all, we do have a
>> workaround.
>
>
> And I don't understand why the current workaround is not the best way
> to solve this problem. As I understand the current codebase, the svn
> client code doesn't even check the filenames when updating a WC. It
> just relies on the filesystem to throw an error if there is a filename
> conflict. Checking each and every file would be onerous, to say the
> least, even if the damage were limited to #ifdef's for the known
> problem platforms.

At the very least, the client should check that what's on disk is the
same as what's in the entries file, and should be able to reproduce a
case-only rename on a case-insensitive filesystem. It's not that much
extra work for the client.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 19 22:04:00 2003

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.