Changeset 1229 for dasscm/trunk


Ignore:
Timestamp:
Jan 17, 2017, 4:34:56 PM (7 years ago)
Author:
joergs
Message:

dasscm init can accept new certificates permanently again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dasscm/trunk/usr/bin/dasscm

    r1182 r1229  
    12461246    # because then their must be a lot of prior checks
    12471247
     1248    # accept a new certificate
     1249    #run_command( "echo "p" | $SVN svn ls $DASSCM_SVN_REPOSITORY" );
     1250
     1251    #
    12481252    # update complete repository
     1253    #
     1254    # Don't use $svnOptions, as this contains "--no-auth-cache".
     1255    # With "--no-auth-cache" set, a certificate can not be accepted permanently,
     1256    # only temporary. However, this is required, because otherwise unsequent commands will fail.
     1257    # Disadvantage: checkout credentials are stored in local home.
     1258    #
    12491259    my $retcode = run_interactive(
    1250         "cd $DASSCM_LOCAL_REPOSITORY_BASE; $SVN checkout $svnCheckoutCredentials $svnOptions $DASSCM_SVN_REPOSITORY"
     1260        "cd $DASSCM_LOCAL_REPOSITORY_BASE; $SVN checkout $svnCheckoutCredentials $DASSCM_SVN_REPOSITORY"
    12511261    );
    12521262
Note: See TracChangeset for help on using the changeset viewer.