info-cvs
[Top][All Lists]
Advanced

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

CVS login from perl script


From: Stefano Ricci
Subject: CVS login from perl script
Date: Mon, 15 Apr 2002 21:12:06 +0200

Hi everybody,

I'm new to perl and CVS, and I'm trying to login from a perl script
to a CVS server using 

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

I found the previous lines in a post to info-cvs, but I'm not able to 
make them work

Can anyone help me?

thank you

Stefano





reply via email to

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