in reply to Running WinCvs with Perl Script

Don't. WinCVS is a GUI program, and if you want to automate it you'll have to resort to Win32::GuiTest and Win32::API. It's much simpler to acquire a commandline program (cvsnt) which you can trigger.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re^2: Running WinCvs with Perl Script
by GrandFather (Saint) on Jul 30, 2005 at 10:38 UTC

    You are correct, however WinCVS uses a command line client to drive the cvs server so OP doesn't need to acquire cvsnt or an equivelent, it's already there with a WinCVS install.


    Perl is Huffman encoded by design.