Changeset 1557
- Timestamp:
- Jun 2, 2010 6:55:38 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/commit_new_stable
r1556 r1557 12 12 # Set to 1 to suppress actions that actually modify the repository side. 13 13 14 debug= 014 debug=1 15 15 16 16 if test $debug = 1 ; then … … 151 151 echo '' 152 152 153 cmd="svn copy -m \"creating $newStableURLshort from $srcURLshort (r$rev_num). 154 Final stable prior to split repo conversion. Reformatted code. Some bug fixes.\" $srcURL $newStableURL" 153 cmd="svn copy -m \"creating $newStableURLshort from $srcURLshort (r$rev_num).\" $srcURL $newStableURL" 155 154 echo $cmd 156 155 if test $debug = 0 ; then
Note: See TracChangeset
for help on using the changeset viewer.