NikhilRangaraju has asked for the wisdom of the Perl Monks concerning the following question:
After that i opened command prompt and........use Cvs; my $cvs = new Cvs ( cvsroot => ':pserver:nikhil@appollo:2401:/usr/local/cvs', password => 'nikhil' ) or die $Cvs::ERROR; $cvs->checkout('viewer'); my $status = $cvs->status('file'); if($status->is_modified) { $cvs->commit('file'); } $cvs->release({delete_after => 1}); $cvs->logout();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: To perform Cvs Checkout from Cvs repository that is on server.
by Corion (Patriarch) on Feb 20, 2006 at 09:22 UTC |