Changeset 253 for trunk/dasscm


Ignore:
Timestamp:
Dec 22, 2008, 6:12:17 PM (15 years ago)
Author:
joergs
Message:

added comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dasscm/dasscm

    r252 r253  
    2424#
    2525
     26# shell exit codes
    2627my $RETURN_OK  = 0;
    2728my $RETURN_NOK = 1;
     
    3334my $doc_file = "/usr/share/doc/packages/dasscm/dasscm_howto.txt";
    3435
    35 my @COMMANDS_REQUIRE_WRITE = ( 'add', "commit" );
     36# commands that require write access (and therefore a login)
     37# to the repository server
     38my @COMMANDS_REQUIRE_WRITE = ( "add", "commit" );
    3639
    3740# configuration file
Note: See TracChangeset for help on using the changeset viewer.