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


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to