s...@apache.org writes: > Author: stsp > Date: Tue Jul 20 16:14:53 2010 > New Revision: 965892 > > URL: http://svn.apache.org/viewvc?rev=965892&view=rev > Log: > Make svnadmin dump print headers containing MD5 and SHA1 checksums of > property content, as was already done for file content. Checksums are > printed for revision properties as well as versioned properties.
Do we gain anything by having both MD5 and SHA1 checksums? Do we need checksums per property? Often the checksums will take up more space than the property. What about property names? Perhaps we could just have one checksum that includes all the property names and values? -- Philip