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

Re: [PATCH] Expand explanation for 301 error in FAQ

From: Marcel Gosselin <marcel.gosselin_at_polymtl.ca>
Date: 2005-12-20 02:15:38 CET

kfogel@collab.net a écrit :

>Ben Collins-Sussman <sussman@red-bean.com> writes:
>
>
>>Um, shouldn't the subversion repository be located at
>>"/home/svn/myrepo"? The patch looks odd to me.
>>
>>
>
>You can configure http://localhost/myrepo to serve a repository from
>anywhere, including /home/svn/repo, so isn't his text right?
>
>For reference, folks, the [new] paragraph in question is:
>
> <p>It'a also possible that you have an object in the web root
> which has the same name as your repository URL. For example,
> imagine your web server's document root is <tt>/var/www</tt>
> and your Subversion repository is located at
> <tt>/home/svn/repo</tt>. You then configure Apache to serve
> the repository at <tt>http://localhost/myrepo</tt>. If you then
> create the directory <tt>/var/www/myrepo/</tt> this will cause
> a 301 error to occur.</p>
>
>
Typo here, look at attached PATCH

Marcel Gosselin

Index: faq.html
===================================================================
--- faq.html (revision 17866)
+++ faq.html (working copy)
@@ -2860,7 +2860,7 @@
 <tt>&lt;Location&gt;</tt> does <b>not</b> overlap or live within any
 areas already exported as normal web shares.</p>
 
-<p>It'a also possible that you have an object in the web root
+<p>It's also possible that you have an object in the web root
 which has the same name as your repository URL. For example,
 imagine your web server's document root is <tt>/var/www</tt>
 and your Subversion repository is located at

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 20 02:22:51 2005

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.