c:\myrepo\fossil settings crnl-glob '*'   <-- OK on Windows 7
c:\myrepo\fossil settings crnl-glob "*" <-- FAIL on Windows 7
c:\myrepo\fossil settings crnl-glob *   <-- FAIL on Windows 7

But in my case, the report is:
crnl-glob            (local)  '*'                <-- Why local instead of
global? And why is the * surrounded with '*' ?


On Thu, Jun 27, 2013 at 8:30 AM, Gilles <gilles.gana...@free.fr> wrote:

> On Tue, 25 Jun 2013 14:36:52 -0700, Pete Rihaczek
> <prihac...@gmail.com> wrote:
> >Then when I did a test commit, I got the hint about how to
> >avoid having to type --no-warnings, but I had to discover for myself that
> >the only variant of the crnl-glob command that works on Windows requires
> >the asterisk to be in single quotes, i.e. fossil settings crnl-glob '*'
> >--global.
>
> I just ran that test on an XP host, but Windows seems happy with
> double-quotes:
>
> [C:\]fossil.exe settings
> access-log
> allow-symlinks
> auto-captcha
> auto-hyperlink
> auto-shun
> autosync
> binary-glob
> clearsign
> case-sensitive
> crnl-glob            (global) *
> (snip)
>
> [C:\]fossil.exe settings --global crnl-glob "*"
>
> [C:\]fossil.exe settings
> access-log
> allow-symlinks
> auto-captcha
> auto-hyperlink
> auto-shun
> autosync
> binary-glob
> clearsign
> case-sensitive
> crnl-glob            (global) *
> (snip)
>
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
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