On Wed, Jul 26, 2000 at 07:49:13PM +0530, Ritesh_Srivastava wrote:
> how to get only the revision numbers or the release versions
> of the file.by this i mean only the various revisons numbers of the file
> that is in the repository.

You mean something like this?

---
kuno ~/src/mod_bccp$ cvs log Makefile | grep "revision "
revision 1.4
revision 1.3
revision 1.2
revision 1.1
revision 1.1.1.1
revision 1.1.1.1.2.1
---

`cvs log` returns all of the information CVS has about the specified file,
then grep prunes the output down to just the lines with revision numbers.

-- 
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