Re: Compare "main" trunk against all branches
gc <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
On Nov 4, 1:25 am, chaitu <[email protected]> wrote: > I don't personally know of such a command. One way is to run cvs log > on each of the modules branch-wise, store them in separate files, and > then parse each branch's log and look if the same comments are present > in the trunk's log. This is laborious and error-prone especially if > your programmers checked in the same changes with different comments > in trunk and branches. > > Good luck! Thanks. I'll consider.