http://subversion.tigris.org/issues/show_bug.cgi?id=2507
------- Additional comments from cmpilato tigris.org Wed Aug 22 10:07:01 -0700 2007 -------
Here's another idea: what if instead of trying to clean up
locks for deleted
items at commit-time, we simply amortize the pain cross lock
lookup requests?
Basically, queries for locks would check for path existence
-- if the path
doesn't exist, the lock is purged (and the query acts as if
it wasn't there).
Then again, that would add a path-existence-check cost to
all lock lookups, so
maybe that's no good.
------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribe subversion.tigris.org
For additional commands, e-mail: issues-help subversion.tigris.org
|