On Mon, Mar 5, 2012 at 7:44 AM, <org.fossil-scm.fossil-us...@io7m.com>wrote:

> Hello.
>
> I'm evaluating fossil as a replacement for existing git infrastructure.
> One feature we do need is the ability to notify a server when a commit
> occurs.
>
> Is there a way to get fossil to make an HTTP request to a given address
> on commit (with information about the commit such as SHA1, message,
> timestamp, etc)?
>

What happens if the commit occurs while you are off network?  Clearly an
HTTP request would be impossible in that case.  One of the key advantages
of DVCSes is that they support disconnected operation.  But if every commit
requires an HTTP request, that advantage seems to be squelched.

Maybe I don't understand what you are trying to do.  Can you provide more
detail?



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



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
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