in reply to Re: cvs checkin sample code
in thread cvs checkin sample code

Hi
Thanks for your reply.
I want to write some code to handle CVS Checkin/Checkout as a cron program.
But i didn't get any proper direction to tackle this problem.
I had gone through the internet for sample program, but i didn't get.
I am expecting some help from perlmonks
Thanks

Replies are listed 'Best First'.
Re^3: cvs checkin sample code
by Mutant (Priest) on Oct 20, 2004 at 14:45 UTC
    So you want to periodically check in and check out from CVS?

    Apart from the fact that it's possibly a bad idea (since the idea of CVS is usually that it's a manual thing, ie. you decide when you've made some changes to checkin, etc), can you just call the 'cvs' command line directly from cron?

    If you need something a bit more sophisticated, then I recommend looking into the modules I mentioned above.
      Hi
      Thanks for your reply
      "can you just call the 'cvs' command line directly from cron? " How can i do that?
      system(`command here`) command will help to solve? if so what command should i write here?
      Thanks & Regards