On Thu, Nov 29, 2012 at 7:19 PM, Richie Adler <[email protected]> wrote:
> Gilles decĂa, en el mensaje "Re: [fossil-users] [1.24/Win] Adding files > through *.html?" del Jueves, 29 de Noviembre de 2012 14:08:32: > > On Thu, 29 Nov 2012 17:43:34 +0100, Peter Spjuth > > <[email protected]> wrote: > >> You can also do: > >> for %x in (*.html) do fossil add %x > > > > Thanks for the tip, but it's much more involved than simply "fossil > > add "*.html"". > > Peter's solution is "much more involved" but compiling your own fossil > executable is acceptable?! > > Weird :) > I think the issue is that *.html was simply an example. The actual use case involved more complex patterns than just *.html. Further note that compiling Fossil is really, really simply. For the latest code from trunk, there are no external library dependencies (other than the standard C library which comes with your compiler.) Installing Msys+Mingw is the hardest step, and that is still relatively simple. If you have never compiled Fossil from sources before, you really ought to give it a go. > > > -- > > o-=< Marcelo >=-o > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

