[NCLUG] CVS Auto update of web pages?
R P Herrold
herrold at owlriver.com
Wed Apr 3 12:30:47 MST 2002
On Wed, 3 Apr 2002, Sean Reifschneider wrote:
> So, my question is, is there a better way to trigger the update of a bunch
> of web pages from CVS right away when a commit is done?
>
> I hunted around on google for strings like "checkin" and "trigger", but
> didn't have much luck...
http:///cvsbook.red-bean.com/cvsbook.html#The_commitinfo_And_loginfo_And_rcsinfo_Files
off each commit, fire off something like this?
#/bin/sh
( cd webroot; sleep 30 ; cvs upd whatever ) &
exit 0
More information about the NCLUG
mailing list