Checkout multiple revision of one file in CVS repository
Posted
by Andrew
on Stack Overflow
See other posts from Stack Overflow
or by Andrew
Published on 2010-04-18T12:52:57Z
Indexed on
2010/04/18
14:43 UTC
Read the original article
Hit count: 500
cvs
|repository
Hi,
To checkout I use the following command
CVSROOT="/home/projects/stuff/" cvs co mywork
with the mywork directory I have text files as well as pictures, i.e., looks something like this
- paper.tex
- pic1.jpg
- pic2.jpg
etc.
In particular, I am interested in checking out all the version of paper.tex over time. Is there a way how I can check all revisions of this file out at once? Or which command can I use to see when revision have been made to this particular file?
many thanks for your help, Andrew
© Stack Overflow or respective owner