Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling cvs from Perl

Status
Not open for further replies.

jerehart

Programmer
Jun 10, 1999
61
US
Hey I have a question about calling cvs commands from Perl. I have trouble getting Perl to work correctly.

> cvs checkout module

and in Perl I am trying

` cvs checkout module `

BUt I don't think I use the module directory. Also commit is tricky

../module > cvs commit file

how do I do this from Perl? with out running it from the directory.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top