[PATCH] add "no author" question to project_faq.html
From: Yanghui Bian <ybi_at_vitesse.com>
Date: 2003-08-04 21:08:07 CEST
Hello,
This patch is in response to the
in maillist. Please feel free to clean my broken English. Patch's patch.
---- log below -----------
* project_faq.html
add "no author" question.
---- diff below ----------
$ svn diff project_faq.html
Index: project_faq.html
===================================================================
--- project_faq.html (revision 6644)
+++ project_faq.html (working copy)
@@ -87,6 +87,7 @@
db-4.X.</a></li>
<li><a href="#redhat-db">I'm getting "Function not implemented" errors
RedHat 9, and nothing works. How do I fix this?</a></li>
+<li><a href="#no-author-issue">Why SVN log says "no author" after I
<p>
<strong>References:</strong>
@@ -1028,10 +1029,23 @@
<li>Use a recent (2.5.x) kernel with the NPTL support included.</li>
</ul>
</p>
-
<![CDATA[-----------------------------------------------------------]]>
+<h3><a name="no-author-issue">Why SVN log says "no author" after I
+<p>If you allow anonymous write access to the repository via apache
+server never challenges svn client for a username. The apache just
+as anonymous access and thus you got "no author" in log like below:</p>
+<blockquote><pre>
+$ svn log Makefile
+----------------------------------------------------------------------
+-- rev 24: (no author) | 2003-07-29 19:28:35 +0200 (Tue, 29 Jul
+</pre></blockquote>
+<p>Refer to SVN manual <a
+
+<![CDATA[=========================================================]]>
+
+
<p>
<hr>
<p>
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.