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

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -