Difference between revisions of "Tutorial:Check in procedure"
From MSL-Libraries
Jump to navigationJump to search (Created page with "1) How to checkout, modify and checkin the latest version (trunk) cd mslib/trunk svn co https://mslib.svn.sourceforge.net/svnroot/mslib/trunk . # Check the version that ...") |
(No difference)
|
Revision as of 21:31, 22 September 2013
1) How to checkout, modify and checkin the latest version (trunk)
cd mslib/trunk svn co https://mslib.svn.sourceforge.net/svnroot/mslib/trunk . # Check the version that you have.. head -n 40 src/release.h # modify some files
# check in using MSLDIR/scripts/submit.py , current version is v1.0.1.7 . new version would be v1.0.X.Y ; X > 0
2) How to checkout, modify and checkin the release , say v1.0
cd mslib/branches/v1.0 svn co https://mslib.svn.sourceforge.net/svnroot/mslib/branches/v.1.0 . # Check the version that you have head -n 40 src/release.h
# modify some files # check in using MSLDIR/scripts/submit.py , current version is 1.0.0.1. new version would be v1.0.0.X