Note $cvs->update(): should probably be used with callbacks.#!/usr/bin/perl use strict; use warnings; use Cvs::Simple; my ($cvs) = Cvs::Simple->new(); my $old = '/cvs-test'; my $new = '/cvs-test2'; $cvs->merge($old, $new, 'new_filename'); #my $result = $cvs->update();
In reply to Re: cvs update -j with perl cvs module
by Khen1950fx
in thread cvs update -j with perl cvs module
by david2008
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |