Bo Berglund wrote on Sat, 30 Dec 2017 08:51 +0100:
> On Sat, 30 Dec 2017 05:56:17 +0100, Branko ?ibej
> wrote:
>
> >
> >Yes and this also works:
> >
> >[miscellany]
> >global-ignores =
> > foo1 foo2
> > bar1 bar2
Are you sure? I couldn't get continuation lines to take effect
regardless of
On 30.12.2017 09:31, Daniel Shahaf wrote:
> Bo Berglund wrote on Sat, 30 Dec 2017 08:51 +0100:
>> On Sat, 30 Dec 2017 05:56:17 +0100, Branko ?ibej
>> wrote:
>>
>>> Yes and this also works:
>>>
>>> [miscellany]
>>> global-ignores =
>>> foo1 foo2
>>> bar1 bar2
> Are you sure? I couldn't get
Branko Čibej wrote on Sat, 30 Dec 2017 10:09 +0100:
> Don't know what you were trying
[[[
% cat ~/.subversion/config
[miscellany]
global-ignores = bar
foo
% touch foo bar
]]]
> but see parse_option() and
> parse_value_continuation_lines() in subversion/libsvn_subr/config_file.c.
(lldb) p ctx->v
On Sat, 30 Dec 2017 08:31:05 +, Daniel Shahaf
wrote:
>Bo Berglund wrote on Sat, 30 Dec 2017 08:51 +0100:
>> On Sat, 30 Dec 2017 05:56:17 +0100, Branko ?ibej
>> wrote:
>>
>> >
>> >Yes and this also works:
>> >
>> >[miscellany]
>> >global-ignores =
>> > foo1 foo2
>> > bar1 bar2
>
>Are y
Bo Berglund wrote on Sat, 30 Dec 2017 11:25 +0100:
> So I am pretty sure the local version does work with line
> continuation.
The bug exists only in 1.10 pre-releases; it doesn't exist in 1.9.x.
You've found a regression. :-)