You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/02/10 17:56:34 UTC

svn commit: r1069465 [1/2] - /subversion/trunk/subversion/libsvn_wc/wc_db.c

Author: hwright
Date: Thu Feb 10 16:56:33 2011
New Revision: 1069465

URL: http://svn.apache.org/viewvc?rev=1069465&view=rev
Log:
Replace many uses of PDHs with WCROOTs, particularly in places where the
former is superfluous.  The primary remaining cases where PDHs are still used
are where we need to flush the entries cache after a write operation.  I'll
take a look at those in a bit.

* subversion/libsvn_wc/wc_db.c
  [everywhere]: When a PDH isn't used directly, don't fetch it.  Fetch and use
    a WCROOT instead.  Update various callers to take advantage of this fact.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db.c