Is it possible to (probably yes, but how?) to trigger some external
action when a check-in happens with a particular tag?

For example, if we have a project of which the docs are generated using
Doxygen and we want to keep the docs of the latest release on the
server as a publicly available HTML tree, then it would be good if a
check-in with the tag 'release' or something akin could trigger an
external script, which checks out that release, runs Doxygen on it and
installs the result on the web server. 

Or, if we want to provide the latest stable version as binary, Fossil
could trigger the whole compilation process with a tagged check-in as
above and install the binaries in the downloadable files directory of
the webserver.

I'm almost certain that Fossil can do that, but I couldn't find it in
the docs. Any help or pointers to the relevant docs would be most
appreciated.

Thanks,

Zoltan
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to