On Mon, 3 Jun 2002, Tim Bingham wrote: > How do I obtain a log of all changes in the repository that occurred between > two tags ? > > The command 'cvs log -rTAG1 -rTAG2' doesn't do what I'm looking for because > it outputs > log information for files that were added after TAG2 was applied and that > were > removed before TAG1 was applied.
Try cvs log -rTAG1::TAG2 -- Meta-CVS: solid version control tool with directory structure versioning. http://users.footprints.net/~kaz/mcvs.html http://freshmeat.net/projects/mcvs _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
