Changeset 614 in MondoRescue
- Timestamp:
- Jun 3, 2006, 12:06:52 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0.8/tools/mknewtag
r613 r614 33 33 ((TAG=$TAG+1)) 34 34 echo "$TAG" 35 echo "$TAG" > $TOOLHOME/TAG36 35 nb=`svn diff $TOOLHOME/.. | wc -l` 37 36 if [ $nb -gt 0 ]; then 38 echo "You'll have to check in order to to update the TAG" 37 echo "You'll have to check in order before updating the TAG" 38 echo "$TAG" > $TOOLHOME/TAG 39 39 else 40 echo "$TAG" > $TOOLHOME/TAG 40 41 (cd $TOOLHOME/.. ; svn ci -m "Automatic update of TAG to $TAG" ; svn up) 41 42 fi
Note:
See TracChangeset
for help on using the changeset viewer.