History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-182
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Robin Shen
Reporter: Oren Sadeh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Determining Subversion revision number used for build

Created: 25/Dec/06 01:51 AM   Updated: 02/Mar/10 01:45 AM
Component/s: None
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
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


 All   Comments   Work Log   Change History      Sort Order:
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}