Working with Changes

Version 6 by Robin Shen
on Jul 29, 2009 00:29.


compared with
Current by Robin Shen
on Aug 05, 2009 07:17.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 0 changes. View first change.

 When a build takes place, SCM changes will be calculated against previous build as below:
 !changes1.png!
  
 Changes will not be calculated for the first build in a configuration since there is no base build to calculate changes against. If you've changed name of the repository, changes of that repository will not be calculated for the first build after the name change, since QuickBuild uses repository name as the key to look up repository revision in previous build.
  
 The changes tab contains two child tabs, respectively _change sets_ and _changed files_.
 # *Change sets organize changes by commits as demonstrated below:*
 !changes2.png!
 ||Legend||Description||
 |1.|Change sets organizes changes by commits. A change set represents a single commit. |
 |2.|Click this link to bring out the diff window displaying the modification.|
 |3.|Hover mouse over this to display modifications in the change set.|
 |4.|Click this link to display content of the added file.|
 |5.|Compare current build with other builds in the same configuation to get the change sets. If not selected, the changes calculated at build time (against previous build) will be displayed.|
 # *Changed files organize changes by files as demonstrated below:*
 !changes3.png!
 ||Legend||Description||
 |1.|This tab lists all files changed since previous build (or whatever build that is selected to compare with).|
 |2.|Compare current build with other builds in the same configuation to get changed files. If not selected, the changes calculated at build time (against previous build) will be displayed.
 |
 |3.|Click this to display the diff window comparing the file content in this build and the file content in previous build (or whatever build that is selected to compare with). |
 |4.|Hover mouse over this to display modifications to this file.|
 |5.|Click this link to bring out the diff window displaying this modification.|