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

Unable to write to Standard output

From: Timo Schäfer <timo.schaefer_at_gmail.com>
Date: 2006-02-10 10:50:20 CET

>The operation after the ssh connection is the one starting svnserve.exe.
>Are you absolutely *sure* that the SSH process can find svnserve.exe?

the server is a linux suse 9.0 system.
but neverthless i FOUND the solution by accident.
the remote user comming in through ssh had the following line in his .bashrc

stty erase ^H

when i comment out the line everything works fine.
the problem is that an error will be thrown:

stty: standard input: Invalid argument

thats why the communication stops immediately
i was able to verify the error by using the following command on the server
with the remote user:

svn log svn+ssh://localhost/home/svn

i think you can add this in some kind into your documentation. :)

thanx for your help.
Received on Fri Feb 10 11:00:53 2006

This is an archived mail posted to the TortoiseSVN Users mailing list.

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