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

RE: broken pipe error for truncated output of svn log

From: Georg Viehöver <viehoever_at_sigma-c.de>
Date: 2005-06-27 11:37:23 CEST

I agree, it is unusual to see such a message. If you cat file|head, you never see it. I was surprised to see it when using the disallow_tabs pre-commit hook. The workaround was to put "exec 6>&2 2>/dev/null; command; exec 2>&6 6>&-" around the command. This of course is not an option for interactive work.

Georg
  

> -----Original Message-----
...just been ignoring it. But I suppose it would be reasonable
> for Subversion to not show that error. I don't know any other
> program that complains about this.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 27 11:40:13 2005

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.