Changes between Version 10 and Version 11 of PLATFORM_STANDARDS_REPOSITORY
- Timestamp:
- 10/20/08 18:43:39 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_REPOSITORY
v10 v11 12 12 a. if it is hard to state what the change is, then probably you are not working on one thing. 13 13 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 14 20 1. Useful stuff 15 21 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: … … 27 33 }}} 28 34 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