On Fri, Aug 2, 2013 at 3:26 PM, Scott Genevish <sgenevish@xxxxxxxxxx> 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 like it were placed: > > BrowserMatch "TortoiseSVN" redirect-carefully That's going to break with other svn clients like the command line client. I think matching on "SVN/" should get most SVN clients including TortoiseSVN (at least we include SVN/ in the useragent of the libraries). There are of course other implementations of SVN (e.g. SVNKit) that may not necessarily match this but as far as I know they also comply with this convention. The better recommendation here is to simply not use redirects at all. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx