[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-12-01 17:27:44 CET

Hi,

Thanks to all of you for your support. The solution that worked is to
encode the # symbol as '%23'.

Thanks

Frédéric Bastien

Ryan Schmidt wrote:
>
> On Nov 30, 2006, at 13:25, Frédéric Bastien wrote:
>
>> I have send this question to the user mailing list. Their suggestion
>> didn't worked and I think the trouble is with the parsing of the
>> svh+ssh... parameter. Here is my question.
>
> You are of course still on the users mailing list. :)
>
>> 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
>> example I do the command:
>>
>> svn import myfolder svn+ssh://first#second.org_at_second.org/repos -m
>> 'initial import'
>> I get the error
>> ssh: first: Name or service not known
>> svn: Connection closed unexpectedly
>>
>> 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
>> p.s. I was suggested in the user mailing list to put the
>> svn+ssh://first#second.org_at_second.org/repos in quote or to escape the #.
>
> Don't the # and other special characters have to be percent-encoded in a
> URL?
>
> svn+ssh://first%23second.org@second.org/repos
>
>
> --To reply to the mailing list, use your mailer's Reply To All function
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 1 17:28:43 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.