You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ulrich Eckhardt <ec...@satorlaser.com> on 2008/10/17 11:32:23 UTC

URL keyword replaced with escapes

Hi!

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?

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/

Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932

**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.

**************************************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: URL keyword replaced with escapes

Posted by Ryan Schmidt <su...@ryandesign.com>.
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@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org