[fossil-users] [1.22/newbie] Add files with specific extension?

2012-06-29 Thread Gilles
Hello I'd like to add files that have a given extension, eg. C:\fossil add C:\Projects\*.xyz Apparently, Fossil will add all the files in a given directory, unless we add the --ignore switch. Is there really no way to simply specify the extension we want to include? Thank you.

Re: [fossil-users] [1.22/newbie] Add files with specific extension?

2012-06-29 Thread Stephan Beal
On Sat, Jun 30, 2012 at 1:18 AM, Gilles gilles.gana...@free.fr wrote: C:\fossil add C:\Projects\*.xyz Apparently, Fossil will add all the files in a given directory, unless we add the --ignore switch. Is there really no way to simply specify the extension we want to include? i don't

Re: [fossil-users] [1.22/newbie] Add files with specific extension?

2012-06-29 Thread Gilles
On Sat, 30 Jun 2012 01:19:38 +0200, Stephan Beal sgb...@googlemail.com wrote: fossil add foo.* works just fine. Can you try without the quotes, just for kicks? Thanks, it does work on Windows too. Based on the online infos, I was under the (wrong) impression that Fossil would add all the files

Re: [fossil-users] [1.22/newbie] Add files with specific extension?

2012-06-29 Thread Richard Hipp
On Fri, Jun 29, 2012 at 7:19 PM, Stephan Beal sgb...@googlemail.com wrote: On Sat, Jun 30, 2012 at 1:18 AM, Gilles gilles.gana...@free.fr wrote: C:\fossil add C:\Projects\*.xyz Apparently, Fossil will add all the files in a given directory, unless we add the --ignore switch. Is there

Re: [fossil-users] [1.22/newbie] Add files with specific extension?

2012-06-29 Thread Stephan Beal
On Sat, Jun 30, 2012 at 1:33 AM, Richard Hipp d...@sqlite.org wrote: Maybe there is another shell available for windows (other than CMD.EXE) that will do wildcarding. Anybody know? It looks like his shell does, but there might be minor annoyances with spaces (which must be escaped with \

Re: [fossil-users] [1.22/newbie] Add files with specific extension?

2012-06-29 Thread Gilles
On Sat, 30 Jun 2012 01:48:29 +0200, Stephan Beal sgb...@googlemail.com wrote: It looks like his shell does, but there might be minor annoyances with spaces (which must be escaped with \ instead of quotes, i surmise). Right. I'll make it a habit to always quote the full path when adding files to