[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[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
http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=218

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
on

     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
committed/imported files via apache server?</a></li>

 <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
committed/imported files via apache server?</a></h3>

+<p>If you allow anonymous write access to the repository via apache
server, the Apache

+server never challenges svn client for a username. The apache just
treats all accesses

+as anonymous access and thus you got "no author" in log like below:</p>

+<blockquote><pre>

+$ svn log Makefile

+----------------------------------------------------------------------

+-- rev 24:&nbsp; (no author) | 2003-07-29 19:28:35 +0200 (Tue, 29 Jul
2003)

+</pre></blockquote>

 

+<p>Refer to SVN manual <a
href="http://svnbook.red-bean.com/book.html#svn-ch-5-sect-4">"Networking
a Repository"</a> for how to configure your Apache server with access
permission. </p>

 

+

+<![CDATA[=========================================================]]>

+

+

 <p>

 <hr>

 <p>
Received on Mon Aug 4 21:09:08 2003

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.