Linking application build number to svn revision

Posted by ahenderson on Programmers See other posts from Programmers or by ahenderson
Published on 2012-09-20T14:37:40Z Indexed on 2012/09/21 3:49 UTC
Read the original article Hit count: 201

Filed under:
|
|
|

I am looking for a strategy to version an application with the following requirements.

My requirements are given an exe with version number (major.minor.build-number)

1) I want to map the version to a svn source revision that made the exe

2) With the source and exe I should be able to attach and debug in vs2010 with no issue.

3) Once I check-out the source code for the exe I should be able to build the exe again with the version number without having to make any changes to a file.

© Programmers or respective owner

Related posts about c++

Related posts about version-control