[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 Stein <gstein_at_lyra.org>
Date: 2002-08-29 01:45:08 CEST

Right. Changing SVN_PATH_SEPARATOR would not work. In fact, I'm surprised
that the symbol still exists. *THE* path separator is '/'. It is the
canonical/internal separator for the code, it is used for URLs, and it is
used in the repository. We really can't change that.

Mac users won't be able to use '/' in their pathnames. Sorry, too bad.

Cheers,
-g

On Thu, Aug 29, 2002 at 01:05:56AM +0200, Marcus Comstedt wrote:
>
> Philip Martin <philip@codematters.co.uk> writes:
>
> > On that platform we can change SVN_PATH_SEPARATOR to ':' and it may
> > just work.
>
> So the canonicalization is only canonical within the scope of a
> particular client? There are no interoperability problems with
> different clients using different values for SVN_PATH_SEPARATOR?
> In that case I'll breathe a little easier.
>
> But what about the repository URL for a file whose name contains a
> "/"? If my repository is rooted at http://www.example.com/repos/foo
> and I import "bar:gaz/onk" (that is, the file "gaz/onk" in the
> directory "bar") into it with a client using ':' for
> SVN_PATH_SEPARATOR, what URL will the imported file get?
>
>
> // Marcus
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 29 01:40:37 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.