On 1/24/2007 1:42 PM, Mariana Draper wrote:
> Thank you very much, Ryan!
>
> Can anyone else help me?
Here are the tests I'd run:
1. Can you ssh to the ip_address without a password? (If not, fix sshd,
or use public keys and ssh_agent to avoid the need for passwords, etc.)
2. Can you run the "svnserve --version" command on the server, direct
from the client, i.e.
ssh ip_address svnserve --version
If not, fix the path to svnserve that your ssh connection gets.
3. Can you get file: access to work on the server, after using ssh to
get there? (If not, maybe you've got file permission problems.)
4. Do you have an SVN_SSH environment variable defined, but defined
incorrectly? (Or is it SVNSSH? Or is it in a subversion config file?
I forget.)
Duncan Murdoch
>
> ----- Original Message ----
> From: Ryan Schmidt <subversion-2007a@ryandesign.com>
> To: Mariana Draper <murid21@yahoo.com>
> Cc: Subversion List <users@subversion.tigris.org>
> Sent: Wednesday, January 24, 2007 1:27:01 AM
> Subject: Re: installing subversion
>
>
> On Jan 23, 2007, at 19:16, Mariana Draper wrote:
>
>> I also tried to connect using the userid already configures for
>> ssh, but i had no luck. i cannot connnect that way either...
>>
>> I tried conecting through the URL svn+ssh://ip_address/
>> path_to_repository
>> and i get the following error: "Connection closed unexpectedly".
>>
>> I also tried through the URL svn+ssh://username@ip_address/
>> path_to_repository
>> and i get the same error.
>>
>> I believe that something is happening with ports in the
>> server....maybe i have no port listening and waiting for an svn
>> request...
>
> The only port Subversion uses over the svn+ssh protocol is port 22,
> the one which your ssh server makes available.
>
>> If you know how can i come up with this problem, it would be
>> grateful. Anyway, many thanks for all your help!! I have learned a
>> lot.
>
> I haven't set up svn+ssh access myself, so I'm perhaps not the best
> one to answer your question. I know there are many on the list who do
> use svn+ssh so maybe they can comment.
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 24 19:59:23 2007