Re: [fossil-users] binary-glob not honored

2017-12-11 Thread Gour
On Mon, 11 Dec 2017 13:20:39 + Mark Janssen wrote: > From the manual: "Where a setting is a list of values, such as > ignore-glob, you can use a newline as a separator as well as a comma." Thank you! That's very valuable piece of information which is missing in fossil's "help settings" com

Re: [fossil-users] binary-glob not honored

2017-12-11 Thread Mark Janssen
>From the manual: "Where a setting is a list of values, such as ignore-glob, you can use a newline as a separator as well as a comma." https://www.fossil-scm.org/xfer/doc/trunk/www/settings.wiki On Mon, 11 Dec 2017, 18:48 Gour, wrote: > On Mon, 11 Dec 2017 12:00:22 + > Mark Janssen > wrote

Re: [fossil-users] binary-glob not honored

2017-12-11 Thread Gour
On Mon, 11 Dec 2017 12:00:22 + Mark Janssen wrote: > .fossil-settings should be a subfolder of your repository checkout, > not your home folder. Ahh, my misunderstanding...now I wonder how to enter *several* patterns via cmd line and set them to (global), since it seems that whenever I add s

Re: [fossil-users] binary-glob not honored

2017-12-11 Thread Mark Janssen
.fossil-settings should be a subfolder of your repository checkout, not your home folder. On Mon, 11 Dec 2017, 16:03 Gour, wrote: > Hello, > > I'm working on a web site and wanted to perform initial import, but Fossil > (version 2.5 [561fa8a3b7]) complains: > > ./pages/01.blog/14th-anniversary/g

[fossil-users] binary-glob not honored

2017-12-11 Thread Gour
Hello, I'm working on a web site and wanted to perform initial import, but Fossil (version 2.5 [561fa8a3b7]) complains: ./pages/01.blog/14th-anniversary/gaura-nitai_2011_installation.jpg contains binary data. Use --no-warnings or the "binary-glob" setting to disable this warning. I'm a bit puzzl