On 14/02/2012, at 4:22 AM, Matt Welland wrote: > I think it may be very useful if it was possible to call tcl scripts stored > in the repo db (revision controlled files or wiki pages?) at pre/post commit > and other interesting times. I know hooks were previously not accepted since > making things consistent between Windows and Linux was difficult. But that > concern should be addressed if the hooks call tcl or th1 scripts instead of > directly sending commands to the OS. It looks like jimtcl supplies os.fork, > os.wait etc. but I didn't see a posix system, can jimtcl run commands on Unix?
Yes, indeed! You want the 'exec' command - http://jim.tcl.tk/fossil/doc/trunk/Tcl_shipped.html#_exec You can try this out with the 'jimtcl' branch of fossil. Cheers, Steve -- µWeb: Embedded Web Framework - http://uweb.workware.net.au/ WorkWare Systems Pty Ltd W: www.workware.net.au P: +61 434 921 300 E: [email protected] F: +61 7 3391 6002
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

