RE: annoyance: servers file format-- worked before 1.6.11
From: Will Fleming <Will.Fleming_at_octanner.com>
Date: Thu, 26 Apr 2012 13:56:37 -0600
Stefan,
Thanks for checking that. Bad on my part, it had worked before(admin deleted the executable), although I'm not sure how-- but in checking my other installs of various versions-- 1.6.12, 1.6.17, all have the line without leading space so I guess I won't worry about it. Possibly, I had a very much older version on the box-- maybe a 1.5.x..
Thanks,
-----Original Message-----
On Thu, Apr 26, 2012 at 12:31:29PM -0600, Will Fleming wrote:
Are you sure about that? I don't have a 1.6.10 release build around but I see the same behaviour with a Subversion 1.5 build.
Note that the parser does this because a leading space is usually used in multi-line configuration statements.
global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc *.pyo
both lines will be merged into one by the config parser. The second line is part of the previous one because it starts with whitespace.
I don't think this is very intuitive myself. Alas, that's how it was designed.
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.