You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Frederic Bastien <no...@nouiz.org> on 2006/11/29 23:25:58 UTC

svn+ssh with a # in the login

Hi,

I have setup a svn server that I want to connect to by ssh. The trouble 
I have is svn do not parse correctly my login and server on the command 
line. My login have the symbol # in it and I can't change it. For 
exemple I do the command:

svn import myfolder svn+ssh://first#second.org@second.org/repos

the server is second.org
the login is first#second.org

svn try to connect to the server first and not second.org. The login is 
not well parsed. Do you know how I can access to the server? I can't use 
ssh forwarding, Apache module or change my login.

thanks

Frédéric

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn+ssh with a # in the login

Posted by Ben Timby <be...@gohelios.com>.
Winders/Linux:
svn import myfolder "svn+ssh://first#second.org@second.org/repos"

Linux:
svn import myfolder svn+ssh://first\#second.org@second.org/repos

Steven Simpson wrote:
> Hello,
> 
> Frederic Bastien wrote:
>> My login have the symbol # in it and I can't change it. For exemple I
>> do the command:
>>
>> svn import myfolder svn+ssh://first#second.org@second.org/repos
> 
> Might this work?:
> 
> svn+ssh://first%23second.org@second.org/repos
> 
> 

-- 
Ben Timby
Senior Software Architect
Helios, LLC
(p) 317-554-3619
(f) 317-554-8997
www.gohelios.com

Re: svn+ssh with a # in the login

Posted by Steven Simpson <ss...@domain.invalid>.
Hello,

Frederic Bastien wrote:
> My login have the symbol # in it and I can't change it. For exemple I
> do the command:
>
> svn import myfolder svn+ssh://first#second.org@second.org/repos

Might this work?:

svn+ssh://first%23second.org@second.org/repos


-- 
ss at comp dot lancs dot ac dot uk                                     |

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

RE: svn+ssh with a # in the login

Posted by Ch...@qimonda.com.
Try adding a \ before the #, so... 

svn import myfolder svn+ssh://first\#second.org@second.org/repos

>-----Original Message-----
>From: Frederic Bastien [mailto:nouiz@nouiz.org] 
>Sent: Wednesday, November 29, 2006 6:26 PM
>To: users@subversion.tigris.org
>Subject: svn+ssh with a # in the login
>
>Hi,
>
>I have setup a svn server that I want to connect to by ssh. 
>The trouble I have is svn do not parse correctly my login and 
>server on the command line. My login have the symbol # in it 
>and I can't change it. For exemple I do the command:
>
>svn import myfolder svn+ssh://first#second.org@second.org/repos
>
>the server is second.org
>the login is first#second.org
>
>svn try to connect to the server first and not second.org. The 
>login is not well parsed. Do you know how I can access to the 
>server? I can't use ssh forwarding, Apache module or change my login.
>
>thanks
>
>Frédéric
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org