Changeset 225 for trunk/dasscm


Ignore:
Timestamp:
Oct 15, 2007, 1:53:06 PM (17 years ago)
Author:
joergs
Message:

bugfix: init requires interactive mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dasscm/dasscm

    r222 r225  
    397397    my $retcode =
    398398      run_interactive(
    399         "cd $DASSCM_LOCAL_REPOSITORY_BASE; $SVN checkout --non-interactive $svnCheckoutCredentials $svnOptions $DASSCM_SVN_REPOSITORY; touch $permissions_file"
     399        "cd $DASSCM_LOCAL_REPOSITORY_BASE; $SVN checkout $svnCheckoutCredentials $svnOptions $DASSCM_SVN_REPOSITORY; touch $permissions_file"
    400400      );
    401401}
Note: See TracChangeset for help on using the changeset viewer.