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

Re: svn+ssh with a # in the login

From: John Rouillard <rouilj_at_renesys.com>
Date: 2006-11-30 20:11:05 CET

On Thu, Nov 30, 2006 at 05:52:57PM +0100, Chris.Fouts wrote:
> Sorry I don't. This may be something that the
> designers have to account for in their command
> parser.
>
> >-----Original Message-----
> >From: Frédéric Bastien
> >Sent: Thursday, November 30, 2006 11:31 AM
> >To: Fouts Christopher (QNA RTP PT PREV)
> >Subject: Re: svn+ssh with a # in the login
> >
> >Hi,
> >
> >I tried and it didn't work. I get the same error as before.
> >Here my command line with the answer.
> >
> >svn import myfolder
> >svn+ssh://first\#second.org_at_second.org/home/nouiz/svn/repos -m 'initial
> >import'
> >ssh: first: Name or service not known
> >svn: Connection closed unexpectedly
> >
> >Do you have some other work around?

Hmm, try:

  'svn+ssh://first\#second.org_at_second.org/home/nouiz/svn/repos'

or

  'svn+ssh://first\\#second.org_at_second.org/home/nouiz/svn/repos'

Does:

  ssh first\#second.org@second.org

work? It could be that svn is using a shell to exec ssh and the
# isn't properly escaped at that point.

-- 
				-- rouilj
John Rouillard
System Administrator
Renesys Corporation
603-643-9300 x 111
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 30 20:11:50 2006

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.