On Wed, Aug 21, 2013 at 7:49 AM, <fossilscm....@xoxy.net> wrote: > I actually wanted to simply post a bug report to the ticket system, but > it's telling me it will be deleted unless I go through the hoops of the > mailing list registration process. (Uh?!? Why then technically enable > anonymous ticket submissions in the 1st place?) Oh well... > > My findings: > > In a directory that contains several .* files and subfolders, several > *.css files and a single .php file, the following work fine with version > 1.24, but only output a usage info with 1.25+ ("fossil: Usage: fossil set > ?PROPERTY? ?VALUE?"): > > fossil set ignore-glob .* > fossil set ignore-glob *.css >
Did you try quoting to prevent the command-line wildcard expansion? fossil set ignore-glob ".*" > > But *this one* works with both versions: > > fossil set ignore-glob *.php > > My conclusion is this must have something to do with command line argument > globing (so I assume it has something to do with ticket [8ca2aae391], but > I can't be sure), and argument separation, b/c it seems to work if the > wildcard expands to a single directory entry. > > I switched back to version 1.24 b/c of this, but I'm hoping this can be > fixed. > > Best regards, > Zoc > > _______________________________________________ > 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