I (Julian Foad) wrote: > On Thu, 2010-02-11, Greg Stein wrote: > [...] > > * 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 think the way in is to find all calls to svn_wc__prop_path(), and I've just found Hyrum's big comment at the top of subversion/libsvn_wc/props.c, about this. - Julian > 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