nt2282 has asked for the wisdom of the Perl Monks concerning the following question:
Hi ,
I am trying to write a script which does the wincvs login and does some checkout operations.
When i do it from command prompt with command
Code:
wincvs -d :pserver:username@server:/cvs/repository
it pops up a cvs window and i can do some operations there. I wanted to automate this through perl scripting ,so neded some help in achieving it.
Just wanted to have some idea how i can do this.
Thanks