Index: www/faq.html
===================================================================
--- www/faq.html	(revision 15241)
+++ www/faq.html	(working copy)
@@ -124,6 +124,8 @@
 <li><a href="#bdb-fsfs-convert">How do I convert my repository from using BDB
 to FSFS or from FSF to BDB?</a></li>
 <li><a href="#binary-files">How does Subversion handle binary files?</a></li>
+<li><a href="#activity-reports">How can I create reports on 
+read/write activity of the repository?</a></li>
 </ul>
 
 <h4>Troubleshooting:</h4>
@@ -1942,8 +1944,33 @@
 
 <![CDATA[=========================================================]]>
 
+<div class="h3" id="activity-reports" title="activity-reports">
+<h3>How can I create reports on read/write activity of the repository?</h3>
+<p>
+If you are using Apache for network access to the Subversion server
+then you can use the standard log files generated by Apache to
+track who is accessing the svn repository.
+
+Threads such as 
+<a href="http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=340979">
+logging all repo activity (reads)</a>
+and
+<a href="http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=341566">
+monitoring subversion activity</a>
+also mentioned tools such as <a href="http://cruisecontrol.sourceforge.net/">CruiseControl</a>,
+<a href="http://www.pmease.com/luntbuild/">luntbuild</a> and 
+<a href="http://www.viewtier.com/products.htm">Parabuild</a>. (Parabuild is not free).
+</p>
 </div>
 
+
+
+
+
+<![CDATA[=========================================================]]>
+
+</div>
+
 <div class="h2" id="troubleshooting" title="troubleshooting">
 <h2>Troubleshooting:</h2>
 <p/>
