[KLUG Members] CVS: view a particular version

Dirk H Bartley bartleyd2 at chartermi.net
Tue Dec 14 09:43:54 EST 2004


On Tue, 2004-12-14 at 07:29, komal wrote:
> Hi!
> 
> cvs update -r1.2 myfile 
> 
> fetches the 1.2 version of myfile
> Is there any way to just view the 1.2 version so that i can redirect the 
> output to some other file?

cvs update -p -r1.2 myfile
will output the text to stdout.  You can redirect the stdout to whatever
file you want from there.

Dirk

> 
> Thanks 
> 
> Komal
> 
> _______________________________________________
> Members mailing list
> Members at kalamazoolinux.org
> 



More information about the Members mailing list