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

Re: Trying to build SVN 1.5 on Ubuntu

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Mon, 9 Jun 2008 13:05:23 +0300 (Jerusalem Daylight Time)

Robert Dailey wrote on Sun, 8 Jun 2008 at 16:23 -0500:
> On Sun, Jun 8, 2008 at 4:19 PM, Eric Hanchrow <offby1_at_blarg.net> wrote:
>
> > >>>>> "Robert" == Robert Dailey <rcdailey_at_gmail.com> writes:
> >
> > Robert> I downloaded plink.exe (part of PuTTY) and renamed it to
> > Robert> ssh.exe and placed that in the folder with svn.exe in it. I
> > Robert> then ran this command:
> >
> > Robert> svn ls svn+ssh://server/svn_root/svn/personal
> >
> > Robert> Now it's stuck and not returning. This is the same behavior
> > Robert> that TSVN's repo browser had. Can anyone help out? Thanks.
> >
> > See if there's a console window that's so far offscreen that you don't
> > notice it -- i.e., hit Alt+TAB a few times to see if it's present. I
> > seem to recall that sometimes when PuTTY has trouble connecting, it
> > creates such a window, that contains an error message.
>
>
> I've been alt tabbing, I see nothing :(
>

Try passing the -batch option to plink, so it doesn't try to prompt you
interactively. I use this line in ~/.subversion/config (sorry,
%APPDATA%\Subversion\config), and it works just fine as long as I remember
to run pageant before I access svn+ssh URLs:

[tunnels]
ssh = $SVN_SSH E:/PuTTY/plink.exe -batch -ssh -2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-09 12:05:54 CEST

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.