You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jc...@apache.org on 2016/06/25 10:20:19 UTC

svn commit: r1750196 - /subversion/site/publish/faq.html

Author: jcorvel
Date: Sat Jun 25 10:20:16 2016
New Revision: 1750196

URL: http://svn.apache.org/viewvc?rev=1750196&view=rev
Log:
Introduce a "Deprecated FAQ" section on our FAQ page, and move one
question over there.

* site/publish/faq.html
  (Deprecated FAQ): New section
  (windows-xp-server): Move to Deprecated FAQ

Modified:
    subversion/site/publish/faq.html

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1750196&r1=1750195&r2=1750196&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Sat Jun 25 10:20:16 2016
@@ -19,6 +19,10 @@
 
 <p>Translations: <a href="faq.ja.html">&#26085;&#26412;&#35486;</a>, <a href="faq.zh.html">&#31616;&#20307;&#20013;&#25991;</a></p>
 
+<p>These are the questions related to the currently
+<a href="/docs/release-notes/#supported-versions">supported versions</a>.
+For older questions, see <a href="#deprecated-faq">below</a>.</p>
+
 <div class="h2"><!-- no 'id' or 'title' attribute for TOC -->
 <h2>Table of Contents</h2>
 
@@ -178,9 +182,6 @@ a <tt>file:</tt> URL?</a></li>
     operations to a Subversion repository over a network.</a></li>
 <li><a href="#vs-asp-net">Microsoft Visual Studio 2002 and 2003 seems to have
     a problem with the ".svn" directory name.  What should I do?</a></li>
-<li><a href="#windows-xp-server">Under Windows XP, the Subversion
-    server sometimes seems to send out corrupted data.  Can this really be
-    happening?</a></li>  
 <li><a href="#net-trace">What is the best method of doing a network
     trace of the conversation between a Subversion client and server?</a></li>
 <li><a href="#revert">Why does the <tt>svn revert</tt> require an
@@ -2996,25 +2997,6 @@ to the <tt>dav/</tt> directory (and to <
 
 
 
-<div class="h3" id="windows-xp-server">
-<h3>Under Windows XP, the Subversion server
-    sometimes seems to send out corrupted data.  Can this really
-    be happening?
-  <a class="sectionlink" href="#windows-xp-server"
-    title="Link to this section">&para;</a>
-</h3>
-
-<p>You need to install Window XP Service Pack 1.  You can get all
-sorts of information about that Service Pack here:</p>
-
-    <ul><li>
-    <a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949"
-    >http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949</a>
-    </li></ul>
-
-</div>
-
-
 <div class="h3" id="net-trace">
 <h3>What is the best method of doing a network
     trace of the conversation between a Subversion client and
@@ -4678,6 +4660,53 @@ a lower score.
 
 </div>
 
+</div>
+
+<hr/>
+
+<div class="h1" id="deprecated-faq">
+<h1>Deprecated FAQ</h1>
+
+<div class="h2"><!-- no 'id' or 'title' attribute for TOC -->
+<h2>Table of Contents</h2>
+<h4>Troubleshooting:</h4>
+<ul>
+<li><a href="#windows-xp-server">Under Windows XP, the Subversion
+    server sometimes seems to send out corrupted data.  Can this really be
+    happening?</a></li>  
+</ul>
+</div>
+
+<hr/>
+
+
+<div class="h2" id="deprecated-troubleshooting">
+<h2>Troubleshooting (deprecated):
+  <a class="sectionlink" href="#deprecated-troubleshooting"
+    title="Link to this section">&para;</a>
+</h2>
+
+<div class="h3" id="windows-xp-server">
+<h3>Under Windows XP, the Subversion server
+    sometimes seems to send out corrupted data.  Can this really
+    be happening?
+  <a class="sectionlink" href="#windows-xp-server"
+    title="Link to this section">&para;</a>
+</h3>
+
+<p>You need to install Window XP Service Pack 1.  You can get all
+sorts of information about that Service Pack here:</p>
+
+    <ul><li>
+    <a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949"
+    >http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949</a>
+    </li></ul>
+
+</div>
+
+
+</div>
+
 </div>
 
 </div>