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 2012/06/13 12:25:03 UTC

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

Author: stsp
Date: Wed Jun 13 10:25:03 2012
New Revision: 1349733

URL: http://svn.apache.org/viewvc?rev=1349733&view=rev
Log:
* publish/docs/release-notes/1.8.html: Remove all the "XXX (1.7)" cruft.

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=1349733&r1=1349732&r2=1349733&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.8.html (original)
+++ subversion/site/publish/docs/release-notes/1.8.html Wed Jun 13 10:25:03 2012
@@ -23,11 +23,6 @@ of this page will become the release not
 describes what is planned for the release.</p>
 </div>
 
-<div class="notice">
-<p><strong>Note to editors:</strong> "XXX(1.7)" sections are placeholders
-  and should be removed once parallel 1.8 content is added.</p>
-</div>
-
 <h1 style="text-align: center">Apache Subversion 1.8 Release Notes</h1>
 
 <div class="h2" id="news">
@@ -152,33 +147,6 @@ example illustrates these changes.</p>
 </div>
 -->
 
-<div class="h4" id="multi-update">
-<h4>XXX(1.7) Improved output of <tt>svn update</tt> for multiple working copies
-  <a class="sectionlink" href="#multi-update"
-    title="Link to this section">&para;</a>
-</h4>
-
-<p>Improvements have been made to the output of <tt>svn update</tt>
-when updating multiple working copies at once (see
-<a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3693"
-  >issue #3693</a>). Below is an example of the new output:</p>
-
-<pre>
-  $ svn up subversion svncorp UNVERSIONED
-  Updating 'subversion':
-  At revision 1037740.
-  Updating 'svncorp':
-  At revision 288.
-  Skipped 'UNVERSIONED'
-  Summary of updates:
-   Updated 'subversion' to r1037740.
-   Updated 'svncorp' to r288.
-  Summary of conflicts:
-   Skipped paths: 1
-</pre>
-
-</div> <!-- multi-update -->
-
 </div>  <!-- output-changes -->
 
 <div class="h3" id="neon-deleted">
@@ -478,20 +446,6 @@ changes to merge-tracking, the following
 href="http://svn.apache.org/repos/asf/subversion/trunk/CHANGES">CHANGES</a>
 file for a complete list.</p>
 
-<div class="h4" id="subtree-mergeinfo-recording">
-<h4>XXX(1.7) Reduced subtree mergeinfo changes
-  <a class="sectionlink" href="#subtree-mergeinfo-recording"
-    title="Link to this section">&para;</a>
-</h4>
-
-<p>Merges no longer record mergeinfo (describing the merge) on subtrees (that
-have their own explicit mergeinfo), if the subtree was unaffected by the merge.
-This should greatly reduce the number of spurious <tt>svn:mergeinfo</tt>
-property changes for users who have large numbers of sutrees with explicit
-mergeinfo.</p>
- 
-</div>  <!-- subtree-mergeinfo-recording -->
-
 </div>  <!-- merge-tracking-enhancements -->
 
 <div class="h3" id="hooks">