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

Re: URL keyword replaced with escapes

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 17 Oct 2008 18:42:59 -0500

On Oct 17, 2008, at 06:32, Ulrich Eckhardt wrote:

> I just noticed that when I have a URL keyword in my code that is
> replaced with
> svn:keywords, a space in the URL is translated to a '%20', like in
> HTTP URLs,
> even though I'm using the svn:// access method which shouldn't need
> them.
>
> Is that expected/correct? And if it is correct, why?

I expect it. URLs may not contain spaces, by definition:

http://www.faqs.org/rfcs/rfc1738.html

(search that document for "space")

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-18 01:43:22 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.