0de24ae133
mod_cvs recognizes if the files in your webtree are checked out from a CVS repository. If so, it checks if the file is up-to-date and, if not, updates it. Another neat feature of mod_cvs is the date-checkout feature. You can specify a date in the URI that gets passed to CVS, which checks out an older revision of the requested file and sends it to the user. WWW: http://resare.com/noa/mod_cvs/ Approved by: erwin (mentor) (implicitly)
4 lines
241 B
Text
4 lines
241 B
Text
libexec/apache2/mod_cvs.so
|
|
@exec %D/sbin/apxs -e -a -n cvs %D/%f
|
|
@unexec %D/sbin/apxs -e -a -n cvs %D/%f
|
|
@unexec echo "===> If you do not plan on reinstalling mod_cvs, you must manually remove"; echo "===> references to it in httpd.conf."
|