[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: Frédéric Bastien <nouiz_at_nouiz.org>
Date: 2006-11-30 20:18:36 CET

Hi,

John Rouillard wrote:
>
> 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'

They do not work with or without the quote.

> 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.
>

ssh is working correctly with
ssh first\#second.org@second.org
or
ssh first#second.org@second.org

I think it is svn that do not parse correctly the symbol #. I will
resend this request to the dev mailling list.

thanks

Frédéric

---------------------------------------------------------------------
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:19:21 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.