Re: [fossil-users] Issue with crlf-glob *

2017-04-13 Thread Ross Berteig
On 4/12/2017 10:30 PM, Scott Robison wrote: On Wed, Apr 12, 2017 at 4:41 PM, Thomas wrote: On 2017-04-12 23:24, Scott Robison wrote: When I am using the download from fossil-scm.org, I am able to use single quotes to 'escape' the asterisk. Double quotes do not work. On

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Scott Robison
On Wed, Apr 12, 2017 at 4:41 PM, Thomas wrote: > On 2017-04-12 23:24, Scott Robison wrote: >> >> When I am using the download from fossil-scm.org, I am able to use >> single quotes to 'escape' the asterisk. Double quotes do not work. > > > On Windows? > How'd you do that?

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-12 23:31, Thomas wrote: On 2017-04-12 22:55, Ross Berteig wrote: A very clean and lightweight build can be had from ./configure --with-miniz --with-openssl=none Oups, sorry. I overlooked that. This is what I downloaded from https://www.fossil-scm.org/fossil/uv/download.html

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-12 23:24, Scott Robison wrote: When I am using the download from fossil-scm.org, I am able to use single quotes to 'escape' the asterisk. Double quotes do not work. On Windows? How'd you do that? ___ fossil-users mailing list

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-12 23:24, Scott Robison wrote: On Wed, Apr 12, 2017 at 2:10 PM, Thomas wrote: On 2017-04-12 18:01, Scott Robison wrote: On Apr 12, 2017 10:31 AM, "Thomas" > wrote: On 2017-04-09 02:19, Richie Adler

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-12 22:55, Ross Berteig wrote: A very clean and lightweight build can be had from ./configure --with-miniz --with-openssl=none Oups, sorry. I overlooked that. This is what I downloaded from https://www.fossil-scm.org/fossil/uv/download.html before I started using Fossil:

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-12 23:24, Scott Robison wrote: On Wed, Apr 12, 2017 at 2:10 PM, Thomas wrote: On 2017-04-12 18:01, Scott Robison wrote: On Apr 12, 2017 10:31 AM, "Thomas" > wrote: On 2017-04-09 02:19, Richie Adler

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-12 22:55, Ross Berteig wrote: A very clean and lightweight build can be had from ./configure --with-miniz --with-openssl=none Oups, sorry. I overlooked that. This is what I downloaded from https://www.fossil-scm.org/fossil/uv/download.html before I started using Fossil:

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Scott Robison
On Wed, Apr 12, 2017 at 2:10 PM, Thomas wrote: > On 2017-04-12 18:01, Scott Robison wrote: >> >> On Apr 12, 2017 10:31 AM, "Thomas" > > wrote: >> >> On 2017-04-09 02:19, Richie Adler wrote: >> >> Thomas

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-12 22:55, Ross Berteig wrote: On 4/12/2017 1:10 PM, Thomas wrote: I might try MinGW as soon as I figured out how to buld Fossil with MinGW/Cygwin. ;-) I've been looking at the wildcard globbing from command line issue, and the bottom line is that out of the box MinGW and MSVC both

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Ross Berteig
On 4/12/2017 1:10 PM, Thomas wrote: I might try MinGW as soon as I figured out how to buld Fossil with MinGW/Cygwin. ;-) On Windows 10 Pro 64-bit here, I still build fossil as a 32-bit exe with MinGW because there seems to be no need for 64-bit. I use the MinGW lightweight environment

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-12 18:01, Scott Robison wrote: On Apr 12, 2017 10:31 AM, "Thomas" > wrote: On 2017-04-09 02:19, Richie Adler wrote: Thomas decía, en el mensaje "[fossil-users] Issue with crlf-glob *" del 8/4/2017

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Scott Robison
On Apr 12, 2017 10:31 AM, "Thomas" wrote: On 2017-04-09 02:19, Richie Adler wrote: > Thomas decía, en el mensaje "[fossil-users] Issue with crlf-glob *" del > 8/4/2017 17:46:14: > > Does anyone know how to unveil the secret of getting the mentioned >> asterisk into the

Re: [fossil-users] Issue with crlf-glob *

2017-04-12 Thread Thomas
On 2017-04-09 02:19, Richie Adler wrote: Thomas decía, en el mensaje "[fossil-users] Issue with crlf-glob *" del 8/4/2017 17:46:14: Does anyone know how to unveil the secret of getting the mentioned asterisk into the crlf-glob setting without consulting the web interface? For me, it works if

Re: [fossil-users] Issue with crlf-glob *

2017-04-09 Thread Thomas
On 2017-04-09 09:04, Thomas Schnurrenberger wrote: You could make use of the "--args" option in Fossil: $ echo *|fossil test-echo --args - I have written a small wrapper for invoking Fossil without expanding wildcards: --- content of fng.cmd --- @echo off rem rem Invoke Fossil without

Re: [fossil-users] Issue with crlf-glob *

2017-04-09 Thread Thomas
On 2017-04-09 07:42, Artur Shepilko wrote: You may try to add a comma to the the asterisk "*," fossil set crnl-glob *, This used to work properly with cmd.exe, so it won't expand the * to a file-name. The crnl-glob Fossil setting allows a comma-separated list of glob patterns. "*," is

Re: [fossil-users] Issue with crlf-glob *

2017-04-09 Thread Thomas Schnurrenberger
On 08.04.2017 22:46, Thomas wrote: > C:\fos>fossil settings crlf-glob *.obj > C:\fos> > C:\fos>fossil settings crlf-glob * > Usage: fossil settings ?PROPERTY? ?VALUE? ?-global? > C:\fos>fossil settings crlf-glob * -global > Usage: fossil settings ?PROPERTY? ?VALUE? ?-global? > C:\fos>fossil

Re: [fossil-users] Issue with crlf-glob *

2017-04-09 Thread Artur Shepilko
You may try to add a comma to the the asterisk "*," fossil set crnl-glob *, This used to work properly with cmd.exe, so it won't expand the * to a file-name. The crnl-glob Fossil setting allows a comma-separated list of glob patterns. "*," is effectively such list that also includes an empty

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Thomas
On 2017-04-09 02:19, Richie Adler wrote: Thomas decía, en el mensaje "[fossil-users] Issue with crlf-glob *" del 8/4/2017 17:46:14: Does anyone know how to unveil the secret of getting the mentioned asterisk into the crlf-glob setting without consulting the web interface? For me, it works if

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Richie Adler
Thomas decía, en el mensaje "[fossil-users] Issue with crlf-glob *" del 8/4/2017 17:46:14: > Does anyone know how to unveil the secret of getting the mentioned > asterisk into the crlf-glob setting without consulting the web interface? For me, it works if I enter the asterisk as '*'. I'm on

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Thomas
On 2017-04-08 23:00, Ross Berteig wrote: Welcome to the strange and wonderful world of CMD.EXE's quoting rules. Which differ between the interactive prompt and in a .BAT file (and in some subtle ways .CMD files are yet different) too. ...and even between Windows versions. What worked on one

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Ross Berteig
On 4/8/2017 2:29 PM, Thomas wrote: Thanks for this quick reply. I think I understand it now. However, it's still quite weird. C:\fos>fossil test-echo * g.nameOfExe = [C:\fos\fossil.exe] argv[0] = [fossil] argv[1] = [test-echo] argv[2] = [_FOSSIL_] argv[3] = [fossil.exe] argv[4] =

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Thomas
On 2017-04-08 22:33, Ross Berteig wrote: Try "^*": C:...>fossil test-echo "^*" g.nameOfExe = [C:\Programs\Bin\fossil.exe] argv[0] = [fossil] argv[1] = [test-echo] argv[2] = [^*] I've tried this too but as you can see in your example that didn't escape the asterisk but instead placed the

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Scott Robison
On Apr 8, 2017 3:29 PM, "Thomas" wrote: On 2017-04-08 21:59, Richard Hipp wrote: > On 4/8/17, Thomas wrote: > >> >> C:\fos>fossil settings crlf-glob *.obj >> C:\fos> >> C:\fos>fossil settings crlf-glob * >> Usage: fossil settings ?PROPERTY? ?VALUE?

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Ross Berteig
On 4/8/2017 1:59 PM, Richard Hipp wrote: On 4/8/17, Thomas wrote: C:\fos>fossil settings crlf-glob *.obj C:\fos> C:\fos>fossil settings crlf-glob * Usage: fossil settings ?PROPERTY? ?VALUE? ?-global? C:\fos>fossil settings crlf-glob * -global Usage: fossil settings

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Thomas
On 2017-04-08 21:59, Richard Hipp wrote: On 4/8/17, Thomas wrote: C:\fos>fossil settings crlf-glob *.obj C:\fos> C:\fos>fossil settings crlf-glob * Usage: fossil settings ?PROPERTY? ?VALUE? ?-global? C:\fos>fossil settings crlf-glob * -global Usage: fossil settings

Re: [fossil-users] Issue with crlf-glob *

2017-04-08 Thread Richard Hipp
On 4/8/17, Thomas wrote: > > C:\fos>fossil settings crlf-glob *.obj > C:\fos> > C:\fos>fossil settings crlf-glob * > Usage: fossil settings ?PROPERTY? ?VALUE? ?-global? > C:\fos>fossil settings crlf-glob * -global > Usage: fossil settings ?PROPERTY? ?VALUE? ?-global? >