Ignore:
Timestamp:
2013-11-20T13:21:59+13:00 (10 years ago)
Author:
ak19
Message:

Adding a force to the svn remove statements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/gen-model-colls.sh

    r28277 r28660  
    271271    # remove the entire archives and index folders from svn
    272272    if [ "$debug_mode" -eq "0" ]; then
    273     svn rm model-collect/$collection/archives
    274     svn rm model-collect/$collection/index
     273    svn rm --force model-collect/$collection/archives
     274    svn rm --force model-collect/$collection/index
    275275    elif [ "$debug_mode" -eq "1" ]; then
    276276    rm -rf model-collect/$collection/archives
Note: See TracChangeset for help on using the changeset viewer.