On Thu, 2010-02-11, Greg Stein wrote: [...] > > What identifiable tasks remain to get WC-NG into a state of 1.7-readiness? > > Are issues filed to track those things so that casual observers can a) be > > aware of them and b) feel empowered to attack them without stepping on > > somebody's toes? > > I see several major items for wc-ng completion: > > * remove entry_t usage within libsvn_wc/client > * remove access_t usage withing libsvn_wc/client > * move props into wc.db
I'll have a go at moving props into wc.db. Has anyone already looked at that or got a clue where I could start? I'll start searching for uses of the svn_wc__db_*_props functions and seeing where that leads, but I don't know if that's the right end of the stick. I opened issue #3586 "Move properties into WC-NG DB" <http://subversion.tigris.org/issues/show_bug.cgi?id=3586> to track this, and made the WC-NG meta-issue <http://subversion.tigris.org/issues/show_bug.cgi?id=3357> depend on it. - Julian > * move to single/root wc.db > * switch to new pristine file mgmt [...]