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

Broken pipe error

From: Ben Gollmer <ben_at_jatosoft.com>
Date: 2004-08-24 21:52:56 CEST

Ran into an issue recently when trying to pipe svn's output into gedit (GEdit 2.6.0, Fedora Core
2):

svn, version 1.0.6 (r10360)
   compiled Jul 20 2004, 07:03:06

$ svn blame www/settings.php | gedit
svn: Can't write to stream: Broken pipe

$ svn cat www/settings.php | gedit
svn: Can't write to stream: Broken pipe

$ svn info www/settings.php | gedit
(output appears in gedit as expected)

Other commands, such as ls -l | gedit, also work fine. I searched the issue tracker to see if this
was a known bug, but nothing turned up. To my untrained eye, it looks like the problem lies in the
usage of svn_stream_printf() vs svn_cmdline_printf().

-- 
Ben
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 24 21:53:11 2004

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.