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

Problem with svn_wc_process_committed

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-07-12 08:25:00 CEST

Prior to r2470, we used to unlock the adm_access 'baton' before
calling svn_wc_process_committed in svn_client_commit(). In r2470,
we now delay the unlock until after svn_wc_process_committed is
called. That doesn't work because svn_wc_process_committed doesn't
take the hash table of locked directories. Therefore, it tries to
open a lock on a directory that was already held in locked_dirs.
And, we now fail commit test #8 with my caching patch because we
already have a lock on the subdirs.

Oops. Either the locked_dirs hash needs to get passed to
svn_wc_process_committed or we need to go back to unlocking the
dirs before svn_wc_process_committed is called. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 12 08:25:31 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.