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

Re: TortoiseSVN 1.4.0 Build 7195 fails when Apache sends 301 Redirect

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-09-06 14:15:49 CEST

On 9/6/06, stephan.baecker@provinzial.com
<stephan.baecker@provinzial.com> wrote:
> Dear devs (and readers)...
>
> Using SVN 1.3 as a module under Apache 2.0.58 on Windows 2003, I was not
> able to do a checkout with the current 1.4 RC, TortoiseSVN 1.4.0 Build
> 7195.
>
> Error messages:
> > Error PROPFIND request failed on '/sandbox'
> > Error PROPFIND of '/sandbox': 301 Moved Permanently
> (http://server.domain.tld:3690)
>
> "sandbox" is one of the repositories on this server, configured as
> "SVNParentPath /".
>
> Using a debug proxy I found the redirect is "/sandbox" > "/sandbox/". As
> the full Repository URL given was already
> "http://server.domain.tld/sandbox/" I guess TSVN and / or Neon does not
> handle the trailing slash correct in this case. Adding a workaround to the
> Apache config solves this issue for me:
>
> > BrowserMatch "^SVN/1.4.0" redirect-carefully
>
> Apache does this already for Microsoft WebDAV and others.

configurin SVNPath or SVNParentPath to be '/' is not such a good idea.
Subversion has problems with configurations like that.
Also, you might want to read this:
http://subversion.tigris.org/faq.html#http-301-error

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Sep 6 14:17:32 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.