> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: donderdag 13 maart 2014 11:13
> To: [email protected]
> Subject: svn commit: r1577082 -
> /subversion/trunk/subversion/tests/cmdline/special_tests.py
>
> Author: philip
> Date: Thu Mar 13 10:12:50 2014
> New Revision: 1577082
>
> URL: http://svn.apache.org/r1577082
> Log:
> Add an XFAIL regression test for issue 4479, multiline svn:special truncated.
>
> * subversion/tests/cmdline/special_tests.py
> (multiline_special): New test.
> (test_list): Add new test.
As far as I can tell we handled this limitation as 'as designed' when
implementing WC-NG.
I don't think this is something we can really 'fix', as older clients will just
break things when they would find such a 'symlink'.
The idea back then (ask gstein :-) was to move away from using a single magic
property for this, if we ever wanted to support more 'special' files.
Bert