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

Re: dav probs

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-03-29 00:37:49 CET

On Thu, Mar 28, 2002 at 02:54:03PM -0600, Ben Collins-Sussman wrote:
>...
> * ra_dav's implementation of this function is straightforward: it
> tacks the path onto the ra-session's url, to get a new url.
> then it passes the new url and revnum to get_baseline_info()
>
> * get_baseline_info is being dumb. the very first thing it
> does is call get_props_resource(), which calls get_props().
> The "dumbness" here is that the revnum is being completely
> ignored; the path may not exist at all in the head!

The revnum is initially ignored. It is a multistep process, and the revnum
comes into play later.

>...
> My memory tells me that this topic has come up before. Gstein, is
> there a Right Way for me to fix get_baseline_info?

See issue 581. You want to walk up the tree until you find something that
hasn't been deleted.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 29 00:34:15 2002

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.