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

Property diffs not being printed

From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-04-09 07:18:33 CEST

It appears that property diffs stopped being sent out using any mailtool
or svnadmin diffs.

For example, this commit from March 11, revision 5288.
http://subversion.tigris.org/servlets/ReadMsg?list=svn&msgNo=6029
Plenty of properties added, but the diffs don't show anything.

This series of commands shows no property diffs using svnlook. Would
this have anything to do with the new diff code?

svnadmin create repos
svn co file://`pwd`/repos r
cd r
echo "aaa" > a
svn add a
svn ps aaa bbb a
svn ci -m ''
svn ps aaa cccdd a
echo "bbb" > a
% svn diff
Index: a
===================================================================
--- a (revision 1)
+++ a (working copy)
@@ -1 +1 @@
-aaa
+bbb

Property changes on: a
___________________________________________________________________
Name: aaa
   - bbb
   + cccdd

svn ci -m ''
cd ..
svnlook diff -r 2 repos # look ma, no property diffs
Modified: a
==============================================================================
--- a (original)
+++ a 2003-04-08 22:17:28.000000000 -0700
@@ -1 +1 @@
-aaa
+bbb

Best,
Blair

-- 
Blair Zajac <blair@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 9 07:19:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.