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

Re: Possible to check the same file in twice?

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-01-31 20:09:47 CET

Philip Martin wrote:

> I'm not sure what to do with that information :) Is it the answer to
> one of my questions above? Please bear in mind I don't know much
> about Windows, or OS/X, internals; in particular I don't know what
> rules they use when determining whether two filenames match.

Both OS/X and Win32 use the current locale information when performing
case-folding, as does Perl when 'use locale;' is in force.

The "problem" is that Subversion keeps track of the filenames in a
private text file and the file system doesn't care. It is Subversion
which notes that the file already exists when adding the second version;
if this could be made a warning in Subversion, the file system would
have no problem making do (literally copying the contents of the second
file on top of the first file).

Here is the FAQ answer on dealing with case issues:

        http://subversion.tigris.org/faq.html#case-change

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 31 20:10:27 2005

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.