On Tue, Jun 29, 2010 at 06:03, <rhuij...@apache.org> wrote: > Author: rhuijben > Date: Tue Jun 29 10:03:22 2010 > New Revision: 958908 > > URL: http://svn.apache.org/viewvc?rev=958908&view=rev > Log: > Add a c test to verify that we keep svn_wc_add3() compatibility working > when we move our own code in libsvn_client to a better route. > > * subversion/libsvn_wc/lock.c > (adm_access_alloc): Allow obtaining an access baton with lock for a node > that is already locked in the same svn_wc__db_t instance.
Eh? No... applications should know which nodes are locked. An attempt to lock the node again *should* fail. The app must use probe/retrieve or somesuch to fetch the access baton. (see the comment in svn_wc_adm_open3) >... Cheers, -g