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

Re: [RFC] Canonical Paths

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2002-09-01 17:11:27 CEST

On Thu, 2002-08-29 at 14:40, Alan Shutko wrote:
> I wonder if (some undetermined time in the future) it would be
> desirable to support file renaming on checkout.

File renaming is what MacOS X does to get compatibility between FFS and
the Unix API on one side (with '/' as a path separator and ':' allowed
in path components) and HFS and the MacOS 9 API on the other side (with
the reverse).

I think it makes sense when you have exactly two conventions to support,
but it doesn't scale when you have three or more. (And even with two
conventions, Apple acknowledges that you can get user-visible
schizophrenia about what the name of a file is; you have to type
foo/bar:baz into a BSD app but foo:bar/baz into a MacOS 9 app. For the
most part this isn't a problem because there isn't really such a thing
as a "BSD app", but it's still worrisome.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 1 17:16:01 2002

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.