You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Yanghui Bian <yb...@vitesse.com> on 2003/08/04 19:08:07 UTC

[PATCH] add "no author" question to project_faq.html

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>


Re: [PATCH] add "no author" question to project_faq.html

Posted by kf...@collab.net.
"Yanghui Bian" <yb...@vitesse.com> writes:
> 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.
> :-)

Heh, thanks.  I think your mailer munged the patch a bit; can you
repost it as an attachment?

Thanks,
-Karl

> ---- 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>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org