"C. Michael Pilato" <cmpil...@collab.net> writes: >> + if (changed_path && changed_path->prop_mod) >> + break; >> + if (svn_dirent_is_root(path, strlen(path))) > > I'd need to get my bearings before reviewing the meat of this change, but > this use of the wrong path API caught my eye. These aren't dirents. They > are probably fspaths.
Yes, I wrote this patch in 1.6 first. It's fixed on trunk. -- Philip