[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: Marcus Comstedt <marcus_at_mc.pp.se>
Date: 2002-08-28 23:07:24 CEST

Philip Martin <philip@codematters.co.uk> writes:

> UTF-8 already happens in svn_cl__args_to_target_array.

So that is probably where the paths should be canonicalized as well.
Since UTF-8 is part of the "canonical path specification",
canonicalizing and native->UTF-8 conversion should always happen at
the same places, and decanonicalizing and UTF-8->native conversion
should happen at the same places. Since there (hopefully) already are
UTF-8 conversions everywhere there needs to be, this is a simple way
of finding where to insert canonicalizations and decanonicalizations.

  // Marcus

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 28 23:08:22 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.