RE: Identifying base version-no of all files in a branch
"Arthur Barrett" <[email protected]> Mon, 6 Aug 2012 08:58:48 +1100
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Larry/etc, > > but since mthread/rjkumr is writing an Eclipse extension, a > > list of version numbers is all that is needed isn't it? > > Correct, and that's what there's no easy way to do, you have to parse > the output from ``status -v'' or ``log'', and that's not trivial. I've not looked at the Eclipse code closely, but I think the log output is already parsed, if someone is writing an eclipse extension they're leveraging all that existing code/structures/classes. Regards, Arthur