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

> Hello
>
> I'm getting another issue on an XP host trying to add multiple files
> to the next commit:
>
> D:\Temp\test.fossil>fossil add *.html
> fossil: not found: D:/Temp/test.fossil/*.html
>
> D:\Temp\test.fossil>fossil add "*.html"
> fossil: not found: D:/Temp/test.fossil/*.html
>
> D:\Temp\test.fossil>fossil add ./*.html
> fossil: not found: D:/Temp/test.fossil/*.html
>

What do these commands say?

    dir *.html
    fossil test-echo *.html


>
> FYI,"fossil changes" works fine to show me that some files have been
> edited, so Fossil is working OK.
>
> I guess it's due to the shell, but does a Windows user know of a
> work-around?
>
> Thank you.
>
> _______________________________________________
> 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