Author: stsp
Date: Thu May 2 15:20:45 2013
New Revision: 1478411
URL: http://svn.apache.org/r1478411
Log:
* publish/faq.html
(copy-mergeinfo): Move this entry from 'How-to' into 'Troubleshooting',
which seems more appropriate. Also shorten the question.
Modified:
subversion/site/publish/faq.html
Modified: subversion/site/publish/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1478411&r1=1478410&r2=1478411&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Thu May 2 15:20:45 2013
@@ -144,7 +144,6 @@ to FSFS or from FSFS to BDB?</a></li>
"vendor branch") of third-party software using Subversion?</a></li>
<li><a href="#undo">How do I make the contents of a previous
revision become HEAD again?</a></li>
-<li><a href="#copy-mergeinfo">When does <tt>svn copy</tt> create
<tt>svn:mergeinfo</tt> properties, and why?<a/></li>
</ul>
<h4>Troubleshooting:</h4>
@@ -271,6 +270,7 @@ a <tt>file:</tt> URL?</a></li>
validating server certificate</tt> error even though SSL certificates are
correctly on the server-side</a></li>
<li><a href="#where-are-the-files">After importing files to my repository,
I don't see them in the repository directory. Where are they?</a></li>
+<li><a href="#copy-mergeinfo">When does <tt>svn copy</tt> create
<tt>svn:mergeinfo</tt> properties?<a/></li>
</ul>
<h4>Developer questions:</h4>
@@ -2538,7 +2538,7 @@ href="http://svnbook.red-bean.com/nightl
<div class="h3" id="copy-mergeinfo">
-<h3>When does <tt>svn copy</tt> create <tt>svn:mergeinfo</tt> properties, and
why?
+<h3>When does <tt>svn copy</tt> create <tt>svn:mergeinfo</tt> properties?
<a class="sectionlink" href="#copy-mergeinfo"
title="Link to this section">¶</a>
</h3>