On Fri, May 05, 2000 at 01:17:15PM -0400, Gary Pinkham wrote:
> I've been using ...
> 
> cvs rdiff -s -r 0 . | grep 'Diffing'
> 
> to get a directory list of the repository..  I know it's a hack but it seems to
> work good....

Great idea, but I've noticed something while playing with it - the
'Diffing' lines are sent to stderr, not stdout.  So you can get the exact
same result with

cvs rdiff -s -r 0 . >/dev/null

(Now if I can just figure out how to send stdout to /dev/null and pipe stderr
to cut and remove the 'cvs server: Diffing ' prefix from each line...)

-- 
The Shortest Windows Manual:  "Turn off the power switch."
Geek Code 3.1:  GCS d- s+: a- C++ UL++$ P+>+++ L++>++++ E- W--(++) N+ o+ !K
w---$ O M- !V PS+ PE Y+ PGP t 5++ X+ R++ tv- b++ DI++++ D G e* h+ r++ y+

Reply via email to