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

Diff of /nfo/bash/synccvs

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

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

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

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