Changeset 216 for trunk/dasscm


Ignore:
Timestamp:
Jul 16, 2007, 3:55:29 PM (17 years ago)
Author:
joergs
Message:

added creation of permissions file in init. otherwise checkins will fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dasscm/dasscm

    r215 r216  
    380380
    381381    # update complete repository
     382    # and create permission file
    382383    my $retcode =
    383384      run_interactive(
    384         "cd $DASSCM_LOCAL_REPOSITORY_BASE; $SVN checkout $svnCheckoutCredentials $svnOptions $DASSCM_SVN_REPOSITORY"
     385        "cd $DASSCM_LOCAL_REPOSITORY_BASE; $SVN checkout $svnCheckoutCredentials $svnOptions $DASSCM_SVN_REPOSITORY; touch $permissions_file"
    385386      );
    386387}
     
    614615            print "storing permissions in file $permissions_file\n";
    615616            open( OUTFILE, ">$permissions_file" )
    616               || die("failed to write to $permissions_file");
     617              || die("failed to write to $permissions_file: $!");
    617618            $tofile = 1;    # Merken, daß in File geschrieben wird
    618619            print OUTFILE "#\n";
Note: See TracChangeset for help on using the changeset viewer.