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
------------------------------------------------------------------------
svn checkout http://host/path%20with%20space/project/espa%F1a
The 1.1 commandline client now knows how to do what web-browsers have
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
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,
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
-- 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.orgReceived 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.