Difference between revisions of "Committing code to MSL"
From MSL-Libraries
Jump to navigationJump to search (Created page with "==Automated checkin== In the MSL repository exists a "scripts" directory. Inside should be 3 files: ''' submit.py miscUtils.py mslBuildTools.py''' . The primary driver of svn su...") |
|||
Line 5: | Line 5: | ||
* Add modified and new files: | * Add modified and new files: | ||
− | + | >python ./submit.py -f <list of files> -m <description of changes,additions> | |
+ | |||
+ | * Test changes with what is in trunk, then submit | ||
+ | >python ./submit.py -now |
Revision as of 16:15, 20 April 2011
Automated checkin
In the MSL repository exists a "scripts" directory. Inside should be 3 files: submit.py miscUtils.py mslBuildTools.py . The primary driver of svn submission is submit.py
- Add modified and new files:
>python ./submit.py -f <list of files> -m <description of changes,additions>
- Test changes with what is in trunk, then submit
>python ./submit.py -now