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

Re: Mild bug?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-03 23:00:03 CEST

Justin Erenkrantz <jerenkrantz@apache.org> writes:

> On Wed, Jul 03, 2002 at 03:40:53PM -0500, Ben Collins-Sussman wrote:
> > That would definitely be a user-interface improvement. The user
> > simply terminated the 'more' process... why should an error come up in
> > the user's face? I pipe things into 'more' all the time, and hit 'q'
> > to exit. I've never seen the original data-producing program yell at
> > me about that.
>
> % cvs log | less
> cvs [log aborted]: received broken pipe signal
> Write failed flushing stdout buffer.
> write stdout: Broken pipe
>
> *ahem* -- justin

Heh, funny...

  % svn log | less

... doesn't produce any error when I terminate 'less'. Weird.
Although it does have a long delay before I get my prompt back. I
wonder if all the log data is still being received (and just not
displayed) before svn exits.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 3 23:04:46 2002

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.