Getting Revisions from CVS repository
Posted
by Rob
on Stack Overflow
See other posts from Stack Overflow
or by Rob
Published on 2010-04-25T22:28:04Z
Indexed on
2010/04/25
22:33 UTC
Read the original article
Hit count: 339
cvs
|repository
Hi,
I am trying to get somehow all the revision log that were made to a particular file, but I seem to stupid to do that :(
To checkout a module I do the following
CVSROOT="/home/projects/stuff/" cvs co myworkingdir
within myworkingdir I have a testfile called paper.tex and from this I wanna try to get the revisions but I tried the following but nothing works ...
CVSROOT="/home/projects/stuff/" cvs log paper.tex
cvs log: cannot open CVS/Entries for reading: No such file or directory
cvs log: nothing known about paper.tex
-bash-3.2$ CVSROOT="/home/projects/stuff/" cvs log myworkingdir/paper.tex
cvs [log aborted]: no such directory `myworkingdir'
Anyone an idea how I could get the log of the revisions of the paper.tex file in the myworkingdir module?
Many thanks for your help! Claus
© Stack Overflow or respective owner