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

Re: bug in repos_replay

From: David Glasser <glasser_at_mit.edu>
Date: 2007-01-25 19:28:29 CET

On 1/25/07, Vlad Georgescu <vgeorgescu@gmail.com> wrote:
> FWIW, I just realized that the initial errors were caused not by the
> editor call sequence, but by path_driver_cb_func trying to send the
> nested modifications as deltas against the previous revision.
>
> This explains the "File not found: revision 1, path '/A/P/lambda'"
> errors: path_driver_cb_func doesn't realize that /A/P/lambda was copied
> from somewhere else so it tries to list the properties it had in revision 1.

Um. Right. Good point :-)

(Although I'm not quite sure why source_root would end up true for
that particular case.)

> Of course, we still have the editor ordering problem, but I'm not sure
> how it can be fixed.

Yeah. The two ways that come to mind are ditching/rewriting the path
driver, or doing a pre-pass during which add_subdir basically adds
entries to the paths array instead of doing editor calls.

--dave

-- 
David Glasser | glasser_at_mit.edu | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jan 25 19:28:52 2007

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.