Changes between Version 10 and Version 11 of PLATFORM_STANDARDS_REPOSITORY


Ignore:
Timestamp:
10/20/08 18:43:39 (17 years ago)
Author:
pavlina
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_STANDARDS_REPOSITORY

    v10 v11  
    1212  a. if it is hard to state what the change is, then probably you are not working on one thing.  
    1313  a. Do not commit bad code - generally, you should not commit before a review is passed. 
     14 1. Reverting[[BR]] 
     15 If some bad code is committed (for example one that breaks changes) there may be a need to revert it. 
     16 Reverting is done by: 
     17  a. creating an inverting diff (between revisions, or several revision numbers) 
     18  a. applying that diff to the current source code. 
     19  a. commiting  
    1420 1. Useful stuff 
    1521  a. Reverting To a Previous Revision. You can revert files or folders or the entire project to a previous revision of the repository using merging: 
     
    2733}}} 
    2834 
    29  1. Reverting 
    30 If some bad code is committed (for example one that breaks changes) there may be a need to revert it. 
    31  
    32 Reverting is done by: 
    33  * creating an inverting diff (between revisions, or several revision numbers) 
    34  * applying that diff to the current source code. 
    35  * commiting  
     35