Re: [fossil-users] autobuild

2010-09-14 Thread Kyle McKay
On Sep 14, 2010, at 10:06:16 PDT, Richard Hipp wrote: > On Tue, Sep 14, 2010 at 12:50 PM, Yusuf X wrote: > 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

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

Re: [fossil-users] autobuild

2010-09-14 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/14/2010 04:15 PM, Eric Junkermann wrote: > Push notification is something of a myth. There has to be something there > waiting to be pushed. It could be waiting on an event rather than polling, > but then there has to be an event co-ordinator...

Re: [fossil-users] autobuild

2010-09-14 Thread Eric Junkermann
On Tue, September 14, 2010 at 7:13 pm, "Nolan Darilek" wrote: >... I > understand that the sync protocol currently doesn't support such a thing, so I wonder if it might be made to do so in the future, or if there may be some other mechanism by which this could be accomplished? Not, I suspect, wi

Re: [fossil-users] autobuild

2010-09-14 Thread Michael Barrow
All of this gives me a headache. Talk about drifting away from the elegance of Fossil: distributed revision control with tickets and a wiki in a single binary. Let's get back to the original program, folks! You have so many other choices for bloatware :-) On Tue, Sep 14, 2010 at 1:19 PM, Wolf

Re: [fossil-users] autobuild

2010-09-14 Thread Wolfgang
Yusuf X writes: > > 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? > H

Re: [fossil-users] autobuild

2010-09-14 Thread Eric Junkermann
On Tue, September 14, 2010 at 7:13 pm, "Nolan Darilek" wrote: >... I > understand that the sync protocol currently doesn't support such a > thing, so I wonder if it might be made to do so in the future, or if > there may be some other mechanism by which this could be accomplished? Not, I suspect,

Re: [fossil-users] autobuild

2010-09-14 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/14/2010 12:55 PM, Eric wrote: > > > Even if a repository knows what to do and how to do it, how does it know > it is the repository that is supposed to do it? For checkins on what > branches? I'd guess the same way it knows what its users and

Re: [fossil-users] autobuild

2010-09-14 Thread Eric
On Tue, September 14, 2010 at 6:06 pm, DRH wrote: > On Tue, Sep 14, 2010 at 12:50 PM, Yusuf X wrote: > >> 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 particul

Re: [fossil-users] autobuild

2010-09-14 Thread Richard Hipp
On Tue, Sep 14, 2010 at 12:50 PM, Yusuf X wrote: > 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

Re: [fossil-users] autobuild

2010-09-14 Thread Nolan Darilek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/14/2010 11:50 AM, Yusuf X wrote: > 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 > sh

[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? __