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

windows svn+ssh problem

From: Gerald Iakobinyi-Pich <nutrina9_at_yahoo.de>
Date: 2006-07-30 18:43:37 CEST

Hello

I have just installed svn on windows and would like to checkout a
repository that has been created on my linux box, using svn+ssh:// ....

I have configured svn to use plink.exe, for tunneling, but it just seems
to hang. So I created a script 'plink.bat' and have set up svn to use
this one for tunneling:

date /T >> c:\plink.log
time /T >> c:\plink.log
ECHO %0 %* >> c:\plink.log
"c:\\Program Files\\putty\\plink.exe" %* 3 >> "c:\plink.log" 2<&3

Now I can see the commands svn is executing in the plink.log file, and
here it is what shows up in the file:

07:29 PM
"c:\Program Files\putty\plink.bat" user@IP svnserve -t
user@IP's password:

So obviusly, plink is waiting fot the password to be typed in, but it
seems that standard input is ignored. and besides this, why is the text:
"user@IP's password: " not printed on the console? I got nothing on the
console when svn was setup for using plink.exe for tunneling ?

Can anybody help me out ?

Thanks,
Gerald

                
___________________________________________________________
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jul 30 18:44:41 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.