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. | [reply] |
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
| [reply] |