Re: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Ben Reser
On Fri, Aug 2, 2013 at 3:26 PM, Scott Genevish wrote: > OK, I figured out a solution based on this message: > > http://tigris-scm.10930.n7.nabble.com/TortoiseSVN-1-4-0-Build-7195-fails-when-Apache-sends-301-Redirect-td39856.html > > I added this line to the httpd.conf file where the other lines li

RE: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
; redirect-carefully -Scott -Original Message- From: Scott Genevish [mailto:sgenev...@mimedx.com] Sent: Friday, August 02, 2013 6:12 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Setting up Apache Subversion I'm a little confused by this suggestion. I think the RedirectMatc

RE: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
redirecting /svn/main/ to /svn/ -Scott -Original Message- From: Macks, Aaron [mailto:ama...@harvardbusiness.org] Sent: Friday, August 02, 2013 4:44 PM To: Cc: users@httpd.apache.org Subject: Re: [users@httpd] Setting up Apache Subversion Slash versus no slash. You're redirecting things t

Re: [users@httpd] Setting up Apache Subversion

2013-08-02 Thread Macks, Aaron
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" wrote: > I'm getting an error when I try to checkout a subversion repository, > "Red

[users@httpd] Setting up Apache Subversion

2013-08-02 Thread Scott Genevish
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: