You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Philip Martin <ph...@wandisco.com> on 2011/04/12 19:00:30 UTC

Re: svn commit: r1091474 - in /subversion/trunk/subversion: include/private/svn_wc_private.h libsvn_client/commit_util.c libsvn_wc/node.c

rhuijben@apache.org writes:

> Author: rhuijben
> Date: Tue Apr 12 15:36:19 2011
> New Revision: 1091474
>
> URL: http://svn.apache.org/viewvc?rev=1091474&view=rev
> Log:
> Another small step in cleaning up the commit harvester: Directly obtain
> lock tokens for nodes, instead of using a separate db operation. Walk all
> BASE descendants of a deleted node to find lock tokens to properly handle
> directories replaced by files.
>
> * subversion/include/private/svn_wc_private.h
>   (svn_wc__node_get_commit_status): Add argument.
>   (harvest_committables): Rename a few variables. Always obtain locks. Walk
>     all BASE descendants of deleted nodes to find locks, instead of only those
>     of directories.
> * subversion/libsvn_client/commit_util.c
> * subversion/libsvn_wc/node.c

This log message isn't right.  I think this causes some of the lock
tests to fail (I can't be sure since this rev doesn't compile on my
machine, they fail with the next rev r1091475).

-- 
Philip