linux - How can I get the latest version number of a tagged branch in CVS? -
if have repository:
1.10 | | 1.11 ---- tag: my_branch (1.11.2) | | | 1.11.2.1 1.12 | | | | 1.11.2.2 **required build** |
(note: 1.11 has tag my_branch_bp originating tag)
how can use cvs command @ command line version number using cvs , my_branch tag?
i have overnight job i'd run extract build , put directory named build (eg. project_1_11_4)
i can reformat text fine , extract build if know number - can't work out how cvs tell me "required build" number is.
use of bash fine, uis , third party apps useless me need version number run bash script create directory , other processing.
Comments
Post a Comment