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

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.

Replies are listed 'Best First'.
Re^4: cvs checkin sample code
by Anonymous Monk on Oct 20, 2004 at 15:06 UTC
    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