Index: www/faq.html
===================================================================
--- www/faq.html	(revision 15347)
+++ 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 FSFS 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>
@@ -1941,8 +1943,38 @@
 
 <![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.
+
+The threads
+<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 several third party tools that can provide reports:
+<ul>
+  <li><a href="http://cruisecontrol.sourceforge.net/">CruiseControl</a></li>
+  <li><a href="http://www.pmease.com/luntbuild/">Luntbuild</a></li>
+  <li><a href="http://www.viewtier.com/products.htm">Parabuild</a><br />
+      (Parabuild is not free)</li>
+</ul>
+There is work in progress implementing logging within the SVN API.
+Search for 'libsvn_repos logging' in the 
+<a href="http://subversion.tigris.org/servlets/SearchList?listName=dev"
+>Subversion Development mailing list</a> for details.
+
+</p>
 </div>
 
+<![CDATA[=========================================================]]>
+
+</div>
+
 <div class="h2" id="troubleshooting" title="troubleshooting">
 <h2>Troubleshooting:</h2>
 <p/>
