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

Re: Windows svn+ssh freezes

From: Snow <snowl_at_snow.vg>
Date: 2003-06-15 21:23:11 CEST

Thanks DJ, Tim

The problem was I was putting an absolute path in Subversion/config and
didn't have plink.exe in my path. Once I added it to my path env and removed
the path from Subversion/config it was able to connect.

Note for plink users. If you try to use plink as the ssh client it says
'svn: Malformed network data'. To workaround add the password to
Subversion/config

ssh=plink -l username -pw thepassword

----- Original Message -----
From: "D.J. Heap" <dj@shadyvale.net>
To: "Snow" <snowl@snow.vg>
Cc: <dev@subversion.tigris.org>
Sent: Sunday, June 15, 2003 3:07 PM
Subject: Re: Windows svn+ssh freezes

> I've seen that when the child process (plink.exe) fails to start -- it
> probably can't find the exe in your path or a dll it depends on isn't in
> the path or something. I'm not positive but I think ghudson put in some
> more error checking around there recently.
>
> DJ
>
>
> Snow wrote:
> > Hi,
> >
> > I am trying to get the svn client to talk to the server via SSH. But it
just
> > freezes when I use the svn+ssh protocol.
> >
> > svn checkout svn+ssh://example.com/repos
> >
> > I can't type anything in. Pressing enter doesn't do anything and I have
to
> > press ctrl-C twice to exit it.
> >
> > Zonealarm doesn't set-off so there is no attempt to access the network.
I am
> > using the plink.exe program from putty for SSH. But I can change the
line to
> > nonsense in Subversion/config and it behaves exactly the same so I don't
> > think svn is trying to run it.
> >
> > If I use svn://example.com/repos then it works
> >
> > I'm using Subversion 0.23.0 from the binary zip on Windows XP SP1.
> >
> > I tried 0.22.2, but that said bad URL so I assume svn+ssh is a recent
> > addition.
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 15 21:23:56 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.