How to get Branchlabels and Versionlabels out of a Revision
"Knuplesch, Juergen" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, I have a CVS-File and a CVS revision number and want to know the branches this Revision is in. (for release purposes) e.g. MYPROJECT/de/ggt/myfile.java and the revision 1.2.4.3 Lets say myfile.java is branched at 1.2 into BranchLabel1 and into BranchLabel2. I want to know all the names of the branchlabels myfile.java is in. Additionaly I want to know the versionlabels 1.2.4.3 is tagged with. I used the log command and the Netbeans Api, but it did not give me the names of the labels. When I look into Eclipse DIE it shows me all revisions and the names of the labels. How does this work? -- Jürgen Knuplesch