Slash versus no slash.  You're redirecting things that aren't /svn to /svn/ 
(note the trailing slash). I think if you remove the $ from the regex it should 
work 
A

On Aug 2, 2013, at 4:28 PM, "Scott Genevish" <sgenev...@mimedx.com> wrote:

> I'm getting an error when I try to checkout a subversion repository, 
> "Redirect cycle detected for URL 'http://10.224.48.53:8080/svn/main'".  This 
> seems to be a misconfiguration in Apache, which is why I came here, but 
> please correct me if I'm wrong.  
> 
> The key sections of the subversion.conf are:
> 
> #######################################
> # Work around authz and SVNListParentPath issue
> RedirectMatch ^(/svn)$ $1/
> 
> <Location /svn/>
>        DAV svn
>        SVNParentPath /var/www/html/svn
>        #SVNPath /var/www/html/svn/main
>        #List repositories collection
>        SVNListParentPath on
>        SVNPathAuthz off
>        #Enable WebDAV automatic versioning
>        SVNAutoversioning on
>        #Repository Display Name
>        SVNReposName "MiMedx SVN Repositories"
> </Location>
> ##########################################
> 
> The access_log shows:
> 
> ##########################################
> 10.224.129.178 - - [02/Aug/2013:15:32:11 -0400] "OPTIONS /svn/main HTTP/1.1" 
> 401 482 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6"
> 10.224.129.178 - sgenevish [02/Aug/2013:15:32:11 -0400] "OPTIONS /svn/main 
> HTTP/1.1" 301 323 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6"
> 10.224.129.178 - - [02/Aug/2013:15:32:11 -0400] "OPTIONS /svn/main HTTP/1.1" 
> 401 482 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6"
> 10.224.129.178 - sgenevish [02/Aug/2013:15:32:11 -0400] "OPTIONS /svn/main 
> HTTP/1.1" 301 323 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6"
> 10.224.129.178 - - [02/Aug/2013:15:32:12 -0400] "OPTIONS /svn/main HTTP/1.1" 
> 401 482 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6"
> 10.224.129.178 - sgenevish [02/Aug/2013:15:32:12 -0400] "OPTIONS /svn/main 
> HTTP/1.1" 301 323 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6"
> 10.224.129.178 - - [02/Aug/2013:15:32:12 -0400] "OPTIONS /svn/main HTTP/1.1" 
> 401 482 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6"
> 10.224.129.178 - sgenevish [02/Aug/2013:15:32:12 -0400] "OPTIONS /svn/main 
> HTTP/1.1" 301 323 "-" "SVN/1.7.10/TortoiseSVN-1.7.13.24257 neon/0.29.6"
> ##########################################
> 
> I don't think there's anything particularly relevant in httpd.conf, except 
> maybe:
> 
> ##########################################
> ServerRoot "/etc/httpd"
> Listen 8080
> DocumentRoot "/var/www/html"
> ##########################################
> 
> There are no symbolic links in the directory.
> 
> Thanks,
> 
> -Scott
> This email message and any attachments are for the sole use of the 
> above-named intended recipient(s). This email and any attachments are 
> confidential and proprietary to MiMedx Group, Inc. and may also contain 
> certain privileged attorney-client information. This information is intended 
> only for the use of the individual entity or intended recipient addressed 
> above. You are not to use, disclose, distribute or disseminate this email by 
> any means without the expressed permission of MiMedx Group, Inc. If you are 
> not the intended recipient, or the employee or agent responsible for 
> delivering  this email to the intended recipient, you are hereby notified 
> that any use, disclosure, printing, copying, distribution or dissemination by 
> any means of this email or any attachments is strictly prohibited. If you 
> have received this email in error, please immediately notify the sender by 
> telephone at (678) 384-6720 or by reply email and delete this email and any 
> attachments and destroy all hard copies. Thank you. 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to