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 2013/04/13 15:54:27 UTC

svn commit: r1467633 - /subversion/site/publish/docs/release-notes/1.8.html

Author: stsp
Date: Sat Apr 13 13:54:27 2013
New Revision: 1467633

URL: http://svn.apache.org/r1467633
Log:
* publish/docs/release-notes/1.8.html: Fix up sections discussing output
  changes for 'svn status' and 'svn info'.

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

Modified: subversion/site/publish/docs/release-notes/1.8.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.8.html?rev=1467633&r1=1467632&r2=1467633&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Sat Apr 13 13:54:27 2013
@@ -312,9 +312,13 @@ for more information.</p>
 </div>
 
 <div class="h4" id="svn-status">
+<h4><tt>svn status</tt> now shows moves
+  <a class="sectionlink" href="#svn-status"
+    title="Link to this section">&para;</a>
+</h4>
 
 <p><tt>svn status</tt> now shows moves in its output.
-See the <a href="#moves" >section about moves</a> for more information.</p>
+See the <a href="#moves">section about moves</a> for more information.</p>
 
 <pre>$ svn move epsilon/zeta zeta-moved
 $ svn status
@@ -328,7 +332,16 @@ $ 
 </div>
 
 <div class="h4" id="svn-info">
-<tt>svn info</tt> now includes repository-relative URLs in its output:
+<h4><tt>svn info</tt> now shows repository-relative URLs</tt>
+  <a class="sectionlink" href="#svn-info"
+    title="Link to this section">&para;</a>
+</h4>
+
+<tt>svn info</tt> now includes repository-relative URLs of items
+in the working copy in its output.
+The command line client has been
+<a href="http://subversion.apache.org/docs/release-notes/1.6.html#repository-root-relative-urls"
+>accepting this URL notation since Subversion 1.6</a>.
 
 <pre>$ svn info README                                       
 Path: README