Damien Garwood wrote:
> 
> 1. TH1Hooks
> In the Fossil TH1 documentation, I can find nothing regarding hooks. I
also 
> can't seem to find anything regarding the sort of things I might want to
do 
> after a commit, such as email, writing to files etc. I'm assuming TH1
can't 
> do this automatically and you've got to do some hackery to get that to
work? 
> Especially if you want to send it to somewhere like Twitter like GitHub
can 
> do. 
> 

The following pages may be of help to you:

        https://www.fossil-scm.org/fossil/doc/trunk/www/th1.md

        https://www.fossil-scm.org/fossil/doc/trunk/www/th1-hooks.md

TH1, by itself, cannot do things like send mail, write files, etc.

However, Fossil can be compiled with "full" Tcl integration support using
something like the following:

./configure --with-tcl=1 and --with-tcl-private-stubs=1

Then, once the "tcl" setting is enabled on the target repository, you can
use
the [tclEval] command (and related commands) in TH1 to interact with full
Tcl,
which can do practically anything you would like.

--
Joe Mistachkin 

_______________________________________________
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