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

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
the question sounds stupid: we want our users to use svnserve throw ssh
ie type commands in the form

svn ls svn+ssh://sshusername@stuff/stuff/stuff

the trouble is that our ssh usernames are actually ldap usernames and,
for other reasons, are in the form 'a@b'.
Typing

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
an scp command

svn ls svn+ssh://'a_at_b'@stuff/stuff/stuff

but again a bad URL error. Single-quoting the whole URL and escaping the
single quotes seems to freak the ssh out...
Any suggestions? Thanks in advance.

-- 
Elia Cogodi <eliacogodi@tin.it>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received 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.