How to script extraction of a single file?

2003-11-11 Thread Bryce Nesbitt (spam account)
I'm writing a script to process a file stored in CVS, and have ran into something awkward. All I want to do is extract a read-only copy of a file stored in cvs. But: /usr/bin/cvs -lf -Qd /tmp/cvsroot_test co -r1.2 module/file.zip Requires write access to the repository. /usr/bin/cvs -lf -Qd /t

Re: How to script extraction of a single file?

2003-11-12 Thread Larry Jones
"Bryce Nesbitt (spam account)" writes: > > /usr/bin/cvs -lf -Qd /tmp/cvsroot_test co -p -r1.2 module/file.zip > Is slow because of the pipe. Since when are pipes slow?!? That is the way to do what you want. -Larry Jones I wonder if you can refuse to inherit the world. -- Calvin _