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

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 should

Re: [fossil-users] autobuild

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

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 Wolfgang
Yusuf X ys1...@... 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?

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,

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 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 ys1...@gmail.com 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