Is their a way to trigger a cvs up on a particuler webroot when a commit is performed on the repository, os is cron my only help ?
If you have access to the repository control files, then in theory you can get an arbitrary program to execute on checkin, checkout and various other events.
Have a look at the file "modules" under the CVSROOT, and it has some comments about how you should structure it. The Cederqvist (http://www.cvshome.org/docs/manual/cvs-1.11.15/cvs_18.html) has some further info on the modules file, but doesn't specifically document the -i flag (execute-on-commit). I guess it works pretty much the same as -o, though.
It says in the modules file itself that you'll need to re-checkout your tree if you add a -i line. Might be irritating if you have a lot of users.
Let us know how you get on!
Chris.
_______________________________________________ clug-talk mailing list [EMAIL PROTECTED] http://clug.ca/mailman/listinfo/clug-talk_clug.ca

