On Sun, Jan 28, 2018 at 7:00 AM, <fossil-users-requ...@lists.fossil-scm.org>
wrote:

> Date: Sat, 27 Jan 2018 17:22:39 -0500
> From: "Joe Mistachkin" <sql...@mistachkin.com>
> Subject: Re: [fossil-users] Action-based automation and scripting
>
> 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.
>

th1.md claims TH! has an http command that can send an HTTP request (get or
put) to a specified URL. (However, only asynchronous requests are currently
implemented, so no way to receive the response.)

With just TH1, you should be able to send some information to a HTTP based
service, which could then perform more complex operations with that
information. (But, the TH1 hook won't get any confirmation that the service
received the information.)
_______________________________________________
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