info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changes since a tag but only the revision and check in


From: Larry Jones
Subject: Re: Changes since a tag but only the revision and check in
Date: Thu, 6 Mar 2003 11:59:45 -0500 (EST)

Patrick Lee writes:
> 
> cvs log -r rev1::rev2 module
> 
> And I have added new files that are tagged with rev2 but the files 
> don't exist with the rev1 tag, is it possible to have cvs log show 
> those files with log comments since the first revision of the file?

Not directly.  What you can do is collect the list of files from the
error messages and then do:

        cvs log -r ::rev2 <files>

-Larry Jones

Sometimes I think the surest sign that intelligent life exists elsewhere
in the universe is that none of it has tried to contact us. -- Calvin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]