You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2011/12/20 10:54:10 UTC

svn commit: r1221171 - in /subversion/site/publish: docs/community-guide/debugging.part.html faq.html

Author: philip
Date: Tue Dec 20 09:54:09 2011
New Revision: 1221171

URL: http://svn.apache.org/viewvc?rev=1221171&view=rev
Log:
* publish/docs/community-guide/debugging.part.html
  (net-trace): Note neon-debug-mask restriction.

* publish/faq.html
  (net-trace): Correct link.

Modified:
    subversion/site/publish/docs/community-guide/debugging.part.html
    subversion/site/publish/faq.html

Modified: subversion/site/publish/docs/community-guide/debugging.part.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/debugging.part.html?rev=1221171&r1=1221170&r2=1221171&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/debugging.part.html (original)
+++ subversion/site/publish/docs/community-guide/debugging.part.html Tue Dec 20 09:54:09 2011
@@ -195,7 +195,8 @@ to appear when you run the <tt>svn</tt> 
 <tt>neon-debug-mask</tt> is a combination of the <tt>NE_DBG_...</tt> values
 in the header file <tt>ne_utils.h</tt>.  For current versions of neon, setting
 <tt>neon-debug-mask</tt> to 130 (i.e. <tt>NE_DBG_HTTP+NE_DBG_HTTPBODY)</tt>
-will cause the HTTP data to be shown.</p>
+will cause the HTTP data to be shown. Note that <tt>neon-debug-mask</tt> will
+only work if neon was compiled with debugging support.</p>
 
 <p>You may well want to disable compression when doing a network
 trace&nbsp;&mdash; see the <tt>http-compression</tt> parameter in the

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=1221171&r1=1221170&r2=1221171&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Tue Dec 20 09:54:09 2011
@@ -2984,8 +2984,8 @@ sorts of information about that Service 
     title="Link to this section">&para;</a>
 </h3>
 
-<p>Please see <a href="hacking.html#net-trace"
->hacking.html#net-trace</a>.</p>
+<p>Please see <a href="/docs/community-guide/debugging.html#net-trace"
+>/docs/community-guide/debugging.html#net-trace</a>.</p>
 
 </div>