Tagged Questions
4
votes
3answers
608 views
How to commit subversion revision with every commit in order to refer between two repositories
Consider software spread in two separate repositories, Pub and Priv. Pub repository is public. Priv is closed. An continuous integration server builds both Pub and Priv when either side changes. It ...
1
vote
4answers
351 views
Deriving application build version from `git describe` - how to get a relatively straightforward string?
I want to compose application build version that is automatically derived from GIT branch name I am on (when building) and the number of commits since the branch "start". I believe this will be unique ...