Re: [fossil-users] autobuild

2010-09-14 Thread Yusuf X
I definitely value Fossil's leanness, and don't wish to add a bunch of code for yet another feature, but the ability to trigger a script would be useful and shouldn't require much code. Anyways, I'll implement it for myself for now. Thanks everyone for the technical suggestions. > All of this gi

[fossil-users] autobuild

2010-09-14 Thread Yusuf X
Hi, I have a need to build a repository once it's checked in. A handy feature would be to trigger a script (i.e., "ant build_repo1.xml") once code is pushed to the server for a particular repository. It should not be a large change; if it's not in, shall I add it? __