On Thu, Apr 07, 2011 at 05:15:12PM -0400, sky5w...@gmail.com wrote:

> >> Confirmed. Single quotes work on Win7.
> > Actually, single quotes don't work either because the single quotes get 
> > preserved in fossil:
> >
> > PS C:\rev\src\fossil> cmd
> > Microsoft Windows [Version 6.0.6002]
> > Copyright (c) 2006 Microsoft Corporation.  All rights reserved.
> >
> > C:\rev\src\fossil>fossil setting crnl-glob '*'
> >
> > C:\rev\src\fossil>fossil settings
> > access-log
> > auto-captcha
> > auto-shun
> > autosync             (local)  1
> > binary-glob
> > clearsign
> > crnl-glob            (local)  '*'
[...]
> LOL...I didn't check the resultant settings.
> Bummer, so we gotta use the ui for windows 7 and beyond?
Could you please try
fossil settings crnl-glob \*
under Windows 7?
The backslash has no special meaning to cmd.exe, so may be MinGW detects
such escaping?

In either case, it's not clear why its globbing behaviour differs
between versions of the OS.  This looks like a bug in MinGW runtime.

_______________________________________________
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