On Tuesday 02 December 2003 22:20, Julian Foad wrote:
> It does catch a few other instances of using an adm_access baton after it
> was closed. The attached patch fixes all but one tricky case, marked with
> "###". Do you fancy trying to see how to deal with that tricky case?
>
> - Julian
Well, I spent some time trying to fix the tricky case in
svn_wc_process_committed(). I've managed to get nearly everything working
with the attached patch. Only copy test #9 and svnlook test #2 fail and I
think for the same reason. It appears that this line is no longer filtering
out the already committed file "A/B2/E/alpha" in svn_client_commit(), and
tries to run svn_wc_process_committed() on it again, causing it to fail.
if (! entry
&& have_processed_parent (commit_items, i, item->path, subpool))
/* This happens when the item is a file that is deleted, and it
has been processed as a child of an earlier item. */
continue;
Maybe someone else on the list will see the easy solution to this problem.
I'll keep looking at it, but the answer isn't apparent to me at the moment.
-John
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 6 02:10:20 2003