You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Vincent Lefevre <vi...@vinc17.org> on 2005/02/18 00:13:09 UTC

URI example patch for www/svn_1.1_releasenotes.html

On 2005-02-17 11:33:04 -0600, Ben Collins-Sussman wrote:
> Can you post a patch to the dev@ list which fixes the example?

Attached.

I recall the explanation:

> >This is a bit confusing, but this text seems to say: With 1.0, one had
> >to use escape sequences, e.g.
> >
> >  svn checkout http://host/path%20with%20space/project/espa%F1a
> >
> >but with 1.1, one can write instead
> >
> >  svn checkout "http://host/path with space/project/españa"
> >
> >which is more human-readable. However, this won't work on this example,
> >since "ñ" is encoded as %C3%B1 (from the UTF-8 sequence), not as %F1.
> >
> >The first "svn checkout" line should probably be changed to
> >
> >  svn checkout http://host/path%20with%20space/project/espa%C3%B1a
> >
> >or a completely different example should be given to show that this
> >is not the same thing.

-- 
Vincent Lefèvre <vi...@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA

Re: URI example patch for www/svn_1.1_releasenotes.html

Posted by Max Bowsher <ma...@ukf.net>.
Vincent Lefevre wrote:
>> On 2005-02-17 11:33:04 -0600, Ben Collins-Sussman wrote:
>>> Can you post a patch to the dev@ list which fixes the example?
>>
>> Attached.
>>
>> I recall the explanation:
>>
>>>> This is a bit confusing, but this text seems to say: With 1.0, one had
>>>> to use escape sequences, e.g.
>>>>
>>>>  svn checkout http://host/path%20with%20space/project/espa%F1a
>>>>
>>>> but with 1.1, one can write instead
>>>>
>>>>  svn checkout "http://host/path with space/project/españa"
>>>>
>>>> which is more human-readable. However, this won't work on this example,
>>>> since "ñ" is encoded as %C3%B1 (from the UTF-8 sequence), not as %F1.
>>>>
>>>> The first "svn checkout" line should probably be changed to
>>>>
>>>>  svn checkout http://host/path%20with%20space/project/espa%C3%B1a
>>>>
>>>> or a completely different example should be given to show that this
>>>> is not the same thing.


Thanks, committed.

Max.


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