Index: www/faq.html =================================================================== --- www/faq.html (revision 16275) +++ www/faq.html (working copy) @@ -2558,7 +2558,7 @@ trace of the conversation between a Subversion client and server? -
Use Ethereal to eavesdrop +
Use Ethereal to eavesdrop on the conversation:
@@ -2577,20 +2577,19 @@The above instructions are specific to the graphical version of -Ethereal, and may not apply to the commandline version (whose binary +Ethereal, and do not apply to the commandline version (whose binary is usually named tethereal).
-Alternatively, if you have an up-to-date client (more recent than -the 0.16 tarball) you may set the neon-debug-mask parameter in your +
Alternatively, you may set the neon-debug-mask parameter in your servers configuration file to cause neon's debugging output to appear when you run the svn client. The numeric value of neon-debug-mask is a combination of the NE_DBG_... values -in the header file ne_utils.h. For neon 0.23.7 setting +in the header file ne_utils.h. For current versions of neon, setting neon-debug-mask to 130 (i.e. NE_DBG_HTTP+NE_DBG_HTTPBODY) will cause the HTTP data to be shown.
You may well want to disable compression when doing a network -trace, see the compression parameter in the config +trace—see the http-compression parameter in the servers configuration file.