Re: Identifying base version-no of all files in a branch
Larry Jones <[email protected]> Thu, 2 Aug 2012 16:08:44 -0400
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
mthread writes: > > Is there a CVS command that will provide me with version no(base version) of all the files in a branch. No, I'm afraid not. The best you could do would be to parse the output of ``status -v'' or ``log'' to get the definition of the branch tag in each file and then infer the base version from it. -- Larry Jones These findings suggest a logical course of action. -- Calvin