There's an example of this in the manual. The gist is to use a loginfo script
to do the checkout. Be sure to do the checkout in the background so the script
doesn't deadlock.
Noel
[EMAIL PROTECTED] on 2000.02.25 16:06:49
To: [EMAIL PROTECTED]
cc: (bcc: Noel L Yap)
Subject: Using CVS for a website
We have a large website with a lot of devlopers working on it. We want to
use CVS, however in order for devlopers to see thier changes it is
necessary to keep a "live" version of the most current CVS repository.
Basically, we want to have a directory tree somewhere, and every time
anyone commits anything we want to checkout the file they commited to the
proper place on that directory. We can't use make files becouse a lot of
our uses are comming in using WinCVS and such... Any ideas how to
specifiy a command to run AFTER checkout, or any other ideas how to do
this. Note that the webpage is like 2 gigs, so we can't cron a complete
replacement every 10 mins.