Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80470 - dev-util/subversion-1.1.1-r3: broken pipe with 'svn status -u --version | less'
Summary: dev-util/subversion-1.1.1-r3: broken pipe with 'svn status -u --version | less'
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-02 07:55 UTC by Toralf Förster
Modified: 2005-02-03 08:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2005-02-02 07:55:07 UTC
tfoerste@nhh221 ~/trunk $ svn status -u --verbose | less
svn: Write error: Broken pipe
svn: Write error: Broken pipe

whereas 

tfoerste@nhh221 ~/trunk $ svn status -u | less

works.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2005-02-03 07:10:08 UTC
It works here. Did you perhaps close less before reaching the end of the "file", broken pipes would be to be expected then.
Comment 2 Toralf Förster gentoo-dev 2005-02-03 08:00:50 UTC
YOu are right, sorry.