Broken release build and git revision numbers

2013-04-05 Thread Justin Mclean
Hi, When we were using SVN the SVN revision number was used in various places. This needs to be a number (so hashes are out) and may need to be numerically increasing ie current number bigger than last number (not 100% on that). This effects: - Version numbers in framework XML description

RE: Broken release build and git revision numbers

2013-04-05 Thread Michael A. Labriola
Can any Git experts please comment if there an alternative to doing this this way. If you have a moment, take a look at git describe as an idea. It basically gives you the latest tag and a number of commits since then and a hash. Its not a simple sequence, but see if it helps. This one is

Re: Broken release build and git revision numbers

2013-04-05 Thread Justin Mclean
HI, The one minor down side is that it's now it harder to tell exactly where a SDK was build from (no revision number n flex-describtion.xml). There would be a branch with the same version number so it's a minor annoyance. Justin