Problem with username including the 'at' char
From: Elia Cogodi <eliacogodi_at_tin.it>
Date: 2005-06-16 17:14:19 CEST
We are installing and configuring SVN for the first time, thus sorry if
svn ls svn+ssh://sshusername@stuff/stuff/stuff
the trouble is that our ssh usernames are actually ldap usernames and,
svn ls svn+ssh://a@b_at_stuff/stuff/stuff
gives a bad URL error from SVN. The first idea was to write it like in
svn ls svn+ssh://'a_at_b'@stuff/stuff/stuff
but again a bad URL error. Single-quoting the whole URL and escaping the
-- Elia Cogodi <eliacogodi@tin.it> --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Jun 16 21:35:43 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.