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

Examples with URI and IRI in the svn 1.1 release notes

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2005-02-17 17:07:01 CET

On <http://subversion.tigris.org/svn_1.1_releasenotes.html>, it is
written:

------------------------------------------------------------------------
In the 1.0 commandline client, users had to escape URLs manually.
The client only accepted "legally correct" URLs, such as

  svn checkout http://host/path%20with%20space/project/espa%F1a

The 1.1 commandline client now knows how to do what web-browsers have
been doing for long time: it auto-escapes characters like spaces and
other upper-ascii i18n characters.

  svn checkout "http://host/path with space/project/españa"
------------------------------------------------------------------------

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 <vincent_at_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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Feb 17 17:10:34 2005

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.