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 2013/02/07 21:28:20 UTC

svn commit: r1443703 - /subversion/site/publish/docs/community-guide/debugging.part.html

Author: philip
Date: Thu Feb  7 20:28:20 2013
New Revision: 1443703

URL: http://svn.apache.org/r1443703
Log:
* publish/docs/community-guide/debugging.part.html
  (net-trace): Add socat href.

Modified:
    subversion/site/publish/docs/community-guide/debugging.part.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=1443703&r1=1443702&r2=1443703&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/debugging.part.html (original)
+++ subversion/site/publish/docs/community-guide/debugging.part.html Thu Feb  7 20:28:20 2013
@@ -230,8 +230,9 @@ only work if neon was compiled with debu
 
 <p>Another alternative is to set up a logging proxy between the
 Subversion client and server.  A simple way to do this is to use the
-<tt>socat</tt> program.  For example, to log communication with an
-svnserve instance, run the following command:</p>
+<a href="http://www.dest-unreach.org/socat/">socat</a> program.  For
+example, to log communication with an svnserve instance, run the
+following command:</p>
 
 <p><tt>socat -v  TCP-LISTEN:9630,reuseaddr,fork
     TCP4:localhost:svn</tt></p>