You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Peter Samuelson <pe...@p12n.org> on 2008/06/19 02:59:23 UTC

Re: svn commit: r31779 - trunk/www

[[[
Copyedit r31779 a little.

* www/svn_1.5_releasenotes.html
  (Merge Tracking): Adjust link text.
  (Known Issues): Use <code> for literal commands.

Patch by: Peter Samuelson <pe...@p12n.org>
]]]

Index: www/svn_1.5_releasenotes.html
===================================================================
--- www/svn_1.5_releasenotes.html	(revisione 31779)
+++ www/svn_1.5_releasenotes.html	(copia locale)
@@ -337,8 +337,8 @@
 <a href="http://subversion.tigris.org/merge-tracking/" >original
 spec</a> that remain to be done, and merging is sometimes too slow.
 Look for merge tracking improvements in Subversion 1.5.1 and
-afterwards.  In the meantime, you may want to <a
-href="#mt-known-issues" >take a look at the known issues</a>.</p>
+afterwards.  In the meantime, you may want to take a look at the
+<a href="#mt-known-issues" >known issues</a>.</p>
 
 <div class="h4" id="mt-overview" title="mt-overview">
 <h4>Overview</h4>
@@ -467,12 +467,14 @@
 
 <ul>
 <li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3128"
-    >issue #3128</a>: merge --reintegrate should handle renames better</li>
+    >issue #3128</a>: <code>merge --reintegrate</code> should handle
+    renames better</li>
 <li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2897"
     >issue #2897</a>: proper support for reflective merges</li>
 <li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3126"
     >issue #3126</a>: better change-availability reporting
-    ('svn&nbsp;mergeinfo' shows too few or too many eligible revisions)</li>
+    (<code>svn&nbsp;mergeinfo</code> shows too few or too many eligible
+    revisions)</li>
 <li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2837"
     >issue #2837</a>: allow merge tracking to be useful when performing
     cyclic merging</li>

Re: svn commit: r31779 - trunk/www

Posted by Karl Fogel <kf...@red-bean.com>.
Peter Samuelson <pe...@p12n.org> writes:
> [[[
> Copyedit r31779 a little.
>
> * www/svn_1.5_releasenotes.html
>   (Merge Tracking): Adjust link text.
>   (Known Issues): Use <code> for literal commands.
>
> Patch by: Peter Samuelson <pe...@p12n.org>
> ]]]

r31782, and thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

[PATCH] Re: svn commit: r31779 - trunk/www

Posted by Peter Samuelson <pe...@p12n.org>.
kfogel beat me to one of my updates, in r31780.  Here is the other again.

[[[
* www/svn_1.5_releasenotes.html
  (Known Issues): Use <code> for literal commands.

Patch by: Peter Samuelson <pe...@p12n.org>
]]]

Index: www/svn_1.5_releasenotes.html
===================================================================
--- www/svn_1.5_releasenotes.html	(revisione 31781)
+++ www/svn_1.5_releasenotes.html	(copia locale)
@@ -478,12 +478,14 @@
 
 <ul>
 <li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3128"
-    >issue #3128</a>: merge --reintegrate should handle renames better</li>
+    >issue #3128</a>: <code>merge --reintegrate</code> should handle
+    renames better</li>
 <li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2897"
     >issue #2897</a>: proper support for reflective merges</li>
 <li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=3126"
     >issue #3126</a>: better change-availability reporting
-    ('svn&nbsp;mergeinfo' shows too few or too many eligible revisions)</li>
+    (<code>svn&nbsp;mergeinfo</code> shows too few or too many eligible
+    revisions)</li>
 <li><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=2837"
     >issue #2837</a>: allow merge tracking to be useful when performing
     cyclic merging</li>