Committing code to MSL
From MSL-Libraries
Jump to navigationJump to searchAutomated 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