Changes between Version 1 and Version 2 of CreateSVNReleaseVersion
- Timestamp:
- 01/16/08 10:04:09 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreateSVNReleaseVersion
v1 v2 4 4 -- tag the current trunk version[[BR]] 5 5 -- name the release "release-a.bc" as needed[[BR]] 6 % svn copy http://d 121099/svn/sans/SANSReduction/trunk http://d121099/svn/sans/SANSReduction/tags/release-5.01 -m "Tagging the 5.01 release -- minor bug fixes"6 % svn copy http://danse.chem.utk.edu/svn/sans/SANSReduction/trunk http://danse.chem.utk.edu/svn/sans/SANSReduction/tags/release-5.01 -m "Tagging the 5.01 release -- minor bug fixes" 7 7 8 8 … … 11 11 -- export the release (this will not have the .svn directory)[[BR]] 12 12 -- the folder (in this case "SANS_Reduction_v5.01") will be created[[BR]] 13 % svn export http://d 121099/svn/sans/SANSReduction/tags/release-5.01 SANS_Reduction_v5.0113 % svn export http://danse.chem.utk.edu/svn/sans/SANSReduction/tags/release-5.01 SANS_Reduction_v5.01 14 14 15 15 … … 18 18 -- move to a nice local folder[[BR]] 19 19 -- check out the Release_Files[[BR]] 20 % svn co http://d 121099/svn/sans/Release_Files20 % svn co http://danse.chem.utk.edu/svn/sans/Release_Files 21 21 22 22
