| << Back to previous view |
[QB-182] Determining Subversion revision number used for build
|
|
| Status: | Resolved |
| Project: | QuickBuild |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Improvement | Priority: | Trivial |
| Reporter: | Oren Sadeh | Assigned To: | Robin Shen |
| Resolution: | Fixed | Votes: | 0 |
| Remaining Estimate: | Unknown | Time Spent: | Unknown |
| Original Estimate: | Unknown | ||
| Description |
|
In configurations using Subversion, I want my build log (or any other published artifact) to include the revision number against which the build was built. In case of a modified repository - this is not a problem, because I have it in the Revision log. In case of a non modified repository, such as a forced build, I can't find this information. The revision log is empty in such case. I think it'll be best to include this information in the revision log even in case there are no changes in the repository |
| Comments |
| Comment by Robin Shen [ 02/Mar/10 01:45 AM ] |
|
Just configure a command build step with below commands:
echo ${repositories("name of your svn repository").revision} |