>>> 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? > >I also would like this feature. (In my case, the command would appear to >be "buildbot sendchange".)
Here's a diff for src/xfer.c that implements a very basic post-push notification. https://dreamtrack.dnsalias.com/downloads/post-push-patch.diff It's not quite there yet but it's a start. It compiles on Windows XP 32-bit, but I haven't been brave enough to test it. Comments? Regards, Adam J Richardson _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

