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

Re: ra_dav and RedirectPermanent

From: Martin v. Löwis <martin_at_v.loewis.de>
Date: 2003-06-21 18:41:24 CEST

mark benedetto king <mbk@lowlatency.com> writes:

> It's tricky to add functionality to old clients. :-)
>
> Off the top of my head, maybe you could have PROPFIND / generate
> a "400 Update Your SVN Client And Run switch --relocate to NEWURL"
> status
> code.

Unfortunately, that does not work. If libsvn_ra_dav gets any error, it
tries to PROPFIND in a next-higher directory, as it tries to find the
root of the repository. It eventually comes out at /, where it gets
405; this is the error it reports.

So I can only hope that users will point their webbrowsers to the
URL...

Regards,
Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 21 18:42:39 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.