> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: zondag 15 augustus 2010 12:05
> To: [email protected]
> Subject: svn commit: r985735 - in /subversion/trunk/subversion:
> libsvn_client/repos_diff_summarize.c tests/cmdline/diff_tests.py
>
> Author: sbutler
> Date: Sun Aug 15 19:04:54 2010
> New Revision: 985735
>
> URL: http://svn.apache.org/viewvc?rev=985735&view=rev
> Log:
> Eliminate 'AM' in 'svn diff --summarize' output, for items added with
> properties. Print 'A ' instead, which is consistent with 'svn status'.
>
> The bug existed since 1.6 (or mayber earlier) over ra_file and ra_svn
> only. Dunno why ra_dav wasn't affected.
Can you differentiate between added and copied (aka added with history) here?
For added nodes property differences are not interesting, but for copied node
the fact that a property changed (after the copy) is.
If not for 'svn', it certainly is for library users.
Bert