info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Is there a Perl CVS Module?


From: John Tucker
Subject: RE: Is there a Perl CVS Module?
Date: Wed, 28 Mar 2001 14:25:50 -0600

Never mind,
I was able to login to CVS from my perl
script with the following statement

$pid = open(WRITEME, "|cvs login") or die "Couldn't folk: $!\n";
print WRITEME "password";

Thanks!

> -----Original Message-----
> From: address@hidden [mailto:address@hidden
> Sent: Wednesday, March 28, 2001 12:56 PM
> To: John Tucker
> Cc: address@hidden
> Subject: Re: Is there a Perl CVS Module?
> 
> 
> John Tucker <address@hidden> writes:
> 
> > Hello,
> > I want to execute CVS commands from a
> > perl script I'm writing.  Does anyone
> > know where I can get a Perl CVS module?
> 
> Is there something you can't accomplish by just using:
> 
>    system("cvs ....");
> 
> ?
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]