Changes between Version 7 and Version 8 of PLATFORM_STANDARDS_REPOSITORY
- Timestamp:
- 10/20/08 14:49:11 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_REPOSITORY
v7 v8 1 1 [[BackLinksMenu]] 2 2 3 1. Repository. You can download the repository from the external link: svn://asteasolutions.net:7369/sophie2 or the internal one: svn://10.10.117.11/sophie2. That is where the main line of development will be. 3 1. Repository. 4 a. You can download the repository from the external link: svn://asteasolutions.net:7369/sophie2 or the internal one: svn://10.10.117.11/sophie2. That is where the main line of development will be. 4 5 a. The current sources for the Sophie-JR project are located in the trunk/ folder; 5 6 a. The branches and tags are located in the branches/, tags/ folders; 6 7 a. Reports and schedule documents can be found in the manage/ folder; 7 2. Rules 8 a. Submit is allowed only if there is no warnings or errors in the code. Also a comment must be provided when committing. 9 a. Comments should be short and should give brief information what has been modified, added, etc. Adequate comments can save much time in debugging and fixing bugs, so pay attention to that. 10 3. Useful stuff 8 1. Rules[[BR]] 9 a. SVN commits should have clear message. You should write in your comment the name and id of the task for which is the commit.[[BR]] 10 Example: #112 (PLUGIN_SUPPORT_LIB_BASE_R0) - implemented. The other modules need to be updated according to it. [[BR]] 11 a. no commits without message are allowed 12 a. if it is hard to state what the change is, then probably you are not working on one thing. 13 a. Do not commit bad code - generally, you should not commit before a review is passed. 14 1. Useful stuff 11 15 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: 12 16