Hi, Instead of making Fossil call filters, why not create scripts that call Fossil?
my_commit: #!/bin/sh run_filter fossil commit %@ my_checkout: #!/bin/sh fossil checkout %@ run_filter -- Dmitry Chestnykh Coding Robots http://www.codingrobots.com [email protected] On 24.10.2009, at 15:47, Rüdiger Härtel wrote: > Hello, > > I want to throw in my 2 cents, too. > > I don't see why fossil shouldn't provide any facility to run files > through a > filter or preprocessor before checkin, after check out and maybe > there are > other actions when running a file through a filter is useful or > necessary. > > When a developer uses this filter for converting line endings, let > her do so. > Maybe someone wants to indent source files before checkin. > There are many cases where it makes sense to the developer. > > Ruediger _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

