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

Re: URI Encoding and Windows.

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-10-27 03:57:16 CEST

On Fri, Oct 26, 2001 at 01:27:29PM -0400, Kevin Pilch-Bisson wrote:
> I saw cmpilato's recent work on making stuff XML and URI safe, and wondered
> what ever happened to that issue with checkouts and imports on Win32, where
> it wouldn't let you specify a drive letter in the URL. I thought maybe we
> could move the URI encoding from libsvn_ra_dav somewhere higher, so that
> it is encoded before trying to determine the URL scheme.

Huh? That doesn't make sense. ra_dav is selected long before it ever tries
to encode URLs for talking to the server.

The "determine the URL scheme" occurs on some kind of input. That is a
totally separate problem from what kinds of URLs are sent to the server.

>...
> 1) Make sure it doesn't get forgotten.

email isn't the way to do this; enter it into the issue tracker on
subversion.tigris.org when it comes back up.

> 2) See if anyone knows of a reason why that won't work.

I don't see the problem. Seems like you're looking at two different things.

For the Win32 thing, we need to revamp our argument processing. It is
unrelated to ra_dav's URI encoding.

Cheers,
-g

-- 
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 Sat Oct 21 14:36:46 2006

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.