Re: Compare "main" trunk against all branches
chaitu <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
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!