Changeset 614 in MondoRescue


Ignore:
Timestamp:
Jun 3, 2006, 12:06:52 AM (18 years ago)
Author:
bcornec
Message:

svn diff done before updating TAG

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0.8/tools/mknewtag

    r613 r614  
    3333((TAG=$TAG+1))
    3434echo "$TAG"
    35 echo "$TAG" > $TOOLHOME/TAG
    3635nb=`svn diff $TOOLHOME/.. | wc -l`
    3736if [ $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
    3939else
     40    echo "$TAG" > $TOOLHOME/TAG
    4041    (cd $TOOLHOME/.. ; svn ci -m "Automatic update of TAG to $TAG" ; svn up)
    4142fi
Note: See TracChangeset for help on using the changeset viewer.