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

ra_dav and RedirectPermanent

From: Martin v. Löwis <martin_at_v.loewis.de>
Date: 2003-06-10 23:11:21 CEST

I'm trying to move an existing repository to a new location, without
invalidating existing sandboxes.

To do so, I put an Apache RedirectPermanent directive into the old
location. When a client connects, I see that a proper 301 status is
returned on "PROPFIND /playground HTTP/1.0".

However, instead of following the redirect, the client then issues
"PROPFIND / HTTP/1.0", which fails (as DAV is not available on /, only
on /playground).

Is this a known problem? Should I file a bug report? Is there anything
I can do to ease migration? Giving a proper error message would be
more helpful than the "Access Denied" code that the clients currently
get.

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 10 23:12:26 2003

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.