Author: rhuijben
Date: Tue Sep 18 21:48:45 2012
New Revision: 1387374
URL: http://svn.apache.org/viewvc?rev=1387374&view=rev
Log:
* faq.html
The ASP.Net problem has been solved since Visual Studio 2005, so update
the faq in an attempt to make users stop setting this flag.
Also add a few more details.
Modified:
subversion/site/publish/faq.html
Modified: subversion/site/publish/faq.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1387374&r1=1387373&r2=1387374&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Tue Sep 18 21:48:45 2012
@@ -176,8 +176,8 @@ Now <tt>svn update</tt> does not work.</
a <tt>file:</tt> URL?</a></li>
<li><a href="#write-over-dav">I'm having trouble doing write
operations to a Subversion repository over a network.</a></li>
-<li><a href="#vs-asp-net">VS.NET/ASP.NET seems to have a problem with
- the ".svn" directory name. What should I do?</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>
@@ -1548,8 +1548,8 @@ the credentials.</p>
</h3>
<p>We recommend that you live with ".svn" if you possibly can.
-However, if you are using ASP.NET under Windows, you might need to set
-the environment variable SVN_ASP_DOT_NET_HACK, as
+However, if you are using Visual Studio 2002 or 2003 under Windows, you might
+need to set the environment variable SVN_ASP_DOT_NET_HACK, as
described <a href="#vs-asp-net">here</a>.</p>
<p>Or you could use a completely custom name for the administrative
@@ -2920,16 +2920,16 @@ details.</p>
<div class="h3" id="vs-asp-net">
-<h3>VS.NET/ASP.NET seems to have a problem with
+<h3>Microsoft Visual Studio 2002 and 2003 seem to have a problem with
the ".svn" directory name. What should I do?
<a class="sectionlink" href="#vs-asp-net"
title="Link to this section">¶</a>
</h3>
-<p>VS.Net has a subsystem called ASP.Net, which uses WebDAV to do
-remote publishing through IIS. This subsystem rejects any pathname
-that starts with ".". This causes a problem when you try to remotely
-publish a Subversion working copy, because of the ".svn"
+<p>Visual Studio can use a web subsystem for ASP.Net, which uses frontpage
+server extensions to do remote publishing through IIS. This subsystem rejects
+any pathname that starts with ".". This causes a problem when you try to
+remotely publish a Subversion working copy, because of the ".svn"
subdirectories. The error message says something like "unable to
read project information".</p>