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

svn doesn't accept @ in URL's (must be encoded as %40)

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: Wed, 15 Oct 2008 13:16:57 +0200

I don't know if this is a bug or not, but svn doesn't accept the
@ character in URL's (at least until 1.5.3); this character must
be encoded as "%40". For instance:

$ svn co svn+ssh://svn@localhost
svn: Try 'svn help' for more info
svn: Syntax error parsing revision 'localhost'

I think that if what follows @ doesn't correspond to a revision,
it should be regarded as part of the URL.

Otherwise the Subversion book should be updated to document this
point and correct the examples.

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-10-15 13:17:14 CEST

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

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