On 2011-05-18 00:28:41 +0200, Vincent Lefevre wrote: > On 2011-05-17 21:18:15 +0300, Niko Tyni wrote: > > Possibly subversion should make a new descriptor for the ssh stderr and > > then shovel data between that and its own stderr.
I suppose this is more or less what the trick below does (until Subversion does that itself). > > Please reassign to subversion if you like, but consider downgrading > > the severity. > > Done. Reassigning to libsvn1 since I'm using the API, and I suppose > the problem is there. GNU Emacs is affected by this bug, and a workaround has been posted in the corresponding bug report here: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7791 In short, add exec 2> >(exec cat >&2 2>/dev/null) in a ssh wrapper (this works at least with bash and zsh), which can be specified in the SVN_SSH environment variable. -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

