Changeset 5888


Ignore:
Timestamp:
09/18/10 13:50:02 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added wait statement to avoid a file loss

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/scripts/svnvimdiff

    r5826 r5888  
    3838        echo "Reverting to local version of $FILENAME"
    3939        svn update -q -r$RELEASE $FILE
     40        wait #wait till svn has downloaded the file otherwise it could be lost!
    4041        mv $YOUFILE $FILE
     42        touch $FILE
    4143        rm $SVNFILE
    4244done
Note: See TracChangeset for help on using the changeset viewer.