/[cvs]/nfo/bash/synccvs
ViewVC logotype

Diff of /nfo/bash/synccvs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by root, Mon Jan 27 08:56:06 2003 UTC revision 1.2 by root, Mon Jan 27 09:57:55 2003 UTC
# Line 16  sub synccvs { Line 16  sub synccvs {
16    
17    my $shellcmd;    my $shellcmd;
18    my $cvscmd;    my $cvscmd;
19    if (! -e $name || ($option && $option eq 'checkout')) {    if (! -e 'CVS' || ($option && $option eq 'checkout')) {
20      $cvscmd = 'checkout';      $cvscmd = 'checkout';
21      $shellcmd = "cvs -d /var/lib/cvs $cvscmd -d $name $which";      $shellcmd = "cvs -d /var/lib/cvs $cvscmd -d $name $which";
22    } else {    } else {

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed