Help for this page

Select Code to Download


  1. or download this
    my version="1.4";
    my $rcs = Rcs->new;
    $rcs->co('-r $version');
    or
    $rcs->co('-r$version');
    
  2. or download this
    co: /auto/data/Test/TestCase/public/TC11544.xml,v: improper revision n
    +umber:  $version
    
  3. or download this
    $rcs->co('-r1.4');
    
  4. or download this
    my $verfile=`co -r$version`;
    $rcs->co("-r" => "$version");
    my $verfile=`co -r $version`;
    
  5. or download this
    co: /auto/data/Test/TestCase/public/TC11544.xml,v: improper revision n
    +umber:  $version
    
  6. or download this
    co: RCS/1.4,v: No such file or directory