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

[fossil-users] Shouldn't .DUMP preserve the page size?

2017-04-09 Thread Tony Papadimitriou
Although not a critical issue, I think a dump should preserve the original database’s page size (pragma page_size). Some databases have been squeezed significantly by using some non-default value. I feel this optimization should not be lost when restoring from a dump. (I suppose there may be

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