You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2011/01/12 21:09:07 UTC

svn commit: r1058300 - /subversion/site/publish/docs/release-notes/1.7.html

Author: stsp
Date: Wed Jan 12 20:09:06 2011
New Revision: 1058300

URL: http://svn.apache.org/viewvc?rev=1058300&view=rev
Log:
* publish/docs/release-notes/1.7.html
  (output-changes): Mention that svn diff shows property changes as unidiff.

Modified:
    subversion/site/publish/docs/release-notes/1.7.html

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1058300&r1=1058299&r2=1058300&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Wed Jan 12 20:09:06 2011
@@ -162,6 +162,44 @@ example illustrates these changes.</p>
 </div>
 -->
 
+<div class="h4" id="diff-properties">
+<h4><code>svn diff</code> now shows property changes as unidiff
+  <a class="sectionlink" href="#diff-properties"
+    title="Link to this section">&para;</a>
+</h4>
+
+<p><code>svn diff</code> now shows property changes in proper unidiff format.
+Below is an example of the new output:</p>
+
+<pre>
+  $ svn diff
+  Index: gamma
+  ===================================================================
+  --- gamma       (revision 23)
+  +++ gamma       (working copy)
+
+  Property changes on: gamma
+  ___________________________________________________________________
+  Modified: svn:externals
+  ## -1,3 +1,3 ##
+   ^/branches/gamma gamma-external
+  -^/trunk/alpha alpha-external
+  +^/trunk/beta beta-external
+   ^/trunk/epsilon epsilon-external
+  Index: beta
+  ===================================================================
+  --- beta        (revision 23)
+  +++ beta        (working copy)
+
+  Property changes on: beta
+  ___________________________________________________________________
+  Added: svn:eol-style
+  ## -0,0 +1 ##
+  +native
+</pre>
+
+</div> <!-- diff-properties -->
+
 </div>  <!-- output-changes -->
 
 </div>  <!-- compatibility -->