[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn diff property order

From: Dennis Hendriks <D.Hendriks_at_tue.nl>
Date: Wed, 23 Apr 2014 10:31:14 +0200

Hello all,

When doing an 'svn diff', the output includes the actual diff, but also the
diff of the properties of the files. However, the properties don't always
appear in the same order. This makes it difficult to use standard 'diff'
tools to compare patches.

I had noticed this before on the order of the files in 'svn diff', but that
seems to have been resolved by upgrading SVN 1.6 to 1.8. I currently use
the following Subversion version:

$ svn --version
svn, version 1.8.8 (r1568071)
    compiled Feb 21 2014, 09:06:41 on x86_64-unknown-linux-gnu

I did some searches, and found bug 4134. It seems 'svnadmin dump', 'svn
proplist', and 'svn propget' are/were affected as well:

http://subversion.tigris.org/issues/show_bug.cgi?id=4134

To me, it would seem like a good idea to have a reproducible (sorted?)
order of properties. What do you all think?

Best regards,
Dennis
Received on 2014-04-23 10:31:52 CEST

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.