[fossil-users] Issue with crlf-glob *

2017-04-08 Thread Thomas
Hello, I recently started using Fossil. I got a Fossil server up on a Windows 8 machine and my development box is Windows 7. Since Windows editors by default use CR/LF line endings I'd like to turn off this setting in Fossil. The page https://www.fossil-scm.org/xfer/help/settings says

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? >

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 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 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 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 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 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 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-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