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

Re: mod_dav_svn input filter

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-03-08 19:30:50 CET

--On Monday, March 7, 2005 4:46 PM -0600 Ben Collins-Sussman
<sussman@collab.net> wrote:

> I'm utterly surprised. The request_rec that your input filter stores the
> doc in turns out to be a *different* request_rec than is available to
> mod_dav_svn later on.

As Ryan guessed, the source structure passed to dav_svn_merge is a sub-req
produced by dav_lookup_uri and dav_get_resource. You want to use target
instead.

Modified patch attached. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Tue Mar 8 19:32:02 2005

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.