You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2012/10/31 05:58:22 UTC

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

Author: danielsh
Date: Wed Oct 31 04:58:21 2012
New Revision: 1403981

URL: http://svn.apache.org/viewvc?rev=1403981&view=rev
Log:
* docs/release-notes/1.8.html: Fix some markup.

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=1403981&r1=1403980&r2=1403981&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Wed Oct 31 04:58:21 2012
@@ -503,8 +503,8 @@ Nor does this change grant access to par
 have read access to.  If a user has no read access to a parent path, he
 cannot inherit properties from that parent.</p>
 
-<p>Other than the changes detailed <a href="#repos-auto-ignore-props">
-here</a> the only user visible changes resulting from inheritable
+<p>Other than the changes detailed <a href="#repos-auto-ignore-props"
+>below</a>, the only user visible changes resulting from inheritable
 properties is to the <tt>svn proplist</tt> and <tt>svn propget</tt>
 subcommands when used with the new <tt>--show-inherited-props</tt>
 option.</p>
@@ -514,7 +514,7 @@ parent(s) lists them prior to the explic
 itself. For example:</p>
 
 <pre>
-   >svn pg -vR --show-inherited-props tsvn:logwidthmarker ^/subversion/trunk/subversion/po
+   &gt; svn pg -vR --show-inherited-props tsvn:logwidthmarker ^/subversion/trunk/subversion/po
    <b>Properties inherited from</b> 'https://svn.apache.org/repos/asf/subversion/trunk':
      tsvn:logwidthmarker
        78
@@ -529,7 +529,7 @@ paths not present in the working copy.  
 from a URL:</p>
 
 <pre>
-   >svn pg -vR --show-inherited-props tsvn:logwidthmarker po-wc\de.po
+   &gt; svn pg -vR --show-inherited-props tsvn:logwidthmarker po-wc\de.po
    <b>Properties inherited from</b> 'https://svn.apache.org/repos/asf/subversion/trunk':
      tsvn:logwidthmarker
        78
@@ -543,7 +543,7 @@ properties, wrapping them in <tt>inherit
 <tt>property</tt> tags:</p>
 
 <pre>
-   >svn pg --show-inherited-props --xml tsvn:logwidthmarker ^/subversion/trunk/subversion/po
+   &gt; svn pg --show-inherited-props --xml tsvn:logwidthmarker ^/subversion/trunk/subversion/po
    &lt;?xml version="1.0" encoding="UTF-8"?&gt;
    &lt;properties&gt;
    &lt;target
@@ -696,8 +696,8 @@ Moreover, upgrading repositories will no
 configuration file, i.e. the server will use the default settings
 unless the new options are added explicitly.</p>
 
-<p>It is recommended also to activate <a href="#revprop-caching">
-revprop caching</a> when you use revprop packing. Otherwise, access
+<p>It is recommended also to activate <a href="#revprop-caching"
+>revprop caching</a> when you use revprop packing. Otherwise, access
 to timestamps etc. will incur significant overhead.</p>
 
 </div>  <!-- revprop-packing -->