On Thu, Nov 29, 2012 at 11:35 AM, Gilles <gilles.gana...@free.fr> wrote:

> On Thu, 29 Nov 2012 11:32:06 -0500, Richard Hipp
> <d...@sqlite.org> wrote:
> >What do these commands say?
> >
> >    dir *.html
> >    fossil test-echo *.html
>
> D:\Temp\test.fossil>dir *.html
>
>  Directory of D:\Temp\test.fossil
>
> 29/11/2012  17:19                 5 dummy.html
>                1 File(s)              5 bytes
>                0 Dir(s)  303 243 038 720 bytes free
>
> D:\Temp\test.fossil>fossil test-echo *.html
> argv[0] = [fossil]
> argv[1] = [test-echo]
> argv[2] = [*.html]
>

I think it will work better if you recompile using mingw instead of msvc.
The crt0 for msvc does not process wildcards in command-line arguments
whereas the crt0 for mingw does.


>
> It works with a single file:
>
> D:\Temp\test.fossil>fossil add dummy.html
> ADDED  dummy.html
>
> I've always tried using the full paths, to no avail:
> D:\Temp\test.fossil>fossil add "D:/Temp/test.fossil/*.html"
> fossil: not found: D:/Temp/test.fossil/*.html
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to