On 23.04.2015 11:27, Stefan Sperling wrote:
On Wed, Apr 22, 2015 at 07:58:35PM +0200, Marc Strapetz wrote:
$ svn proplist -r2 -R -v ^/
...
Properties on 'file://localhost/D:/temp/externals/repo/dst/dir':
   svn:externals
     ^/ext@1 ext


$ svn proplist -r1 -R -v ^/
...
Properties on 'file://localhost/D:/temp/externals/repo/src/dir':
   svn:externals
     ^/ext@1 ext

To rule out whitespace differences, can you please send these outputs
through hexdump or diff to ensure they really are identical?
I believe they are, just checking.

The contents seem to be actually identical:

$ svn proplist -r2 -R -v ^/ > hexdump
...
0A 20 20 20 20 0D 0A 50 - 72 6F 70 65 72 74 69 65 |       Propertie|
73 20 6F 6E 20 27 66 69 - 6C 65 3A 2F 2F 6C 6F 63 |s on 'file://loc|
61 6C 68 6F 73 74 2F 44 - 3A 2F 74 65 6D 70 2F 65 |alhost/D:/temp/e|
78 74 65 72 6E 61 6C 73 - 2F 72 65 70 6F 2F 64 73 |xternals/repo/ds|
74 2F 64 69 72 27 3A 0D - 0A 20 20 73 76 6E 3A 65 |t/dir':    svn:e|
78 74 65 72 6E 61 6C 73 - 0D 0A 20 20 20 20 5E 2F |xternals      ^/|
65 78 74 40 31 20 65 78 - 74 0D 0D 0A 20 20 20 20 |ext@1 ext       |
0D 0A                   -                         |  |

$ svn proplist -r1 -R -v ^/
...
20 20 20 0D 0A 50 72 6F - 70 65 72 74 69 65 73 20 |     Properties |
6F 6E 20 27 66 69 6C 65 - 3A 2F 2F 6C 6F 63 61 6C |on 'file://local|
68 6F 73 74 2F 44 3A 2F - 74 65 6D 70 2F 65 78 74 |host/D:/temp/ext|
65 72 6E 61 6C 73 2F 72 - 65 70 6F 2F 73 72 63 2F |ernals/repo/src/|
64 69 72 27 3A 0D 0A 20 - 20 73 76 6E 3A 65 78 74 |dir':    svn:ext|
65 72 6E 61 6C 73 0D 0A - 20 20 20 20 5E 2F 65 78 |ernals      ^/ex|
74 40 31 20 65 78 74 0D - 0D 0A 20 20 20 20 0D 0A |t@1 ext         |

-Marc

Reply via email to