Derek Wallace <del.wallace@gmail.com>


Found
r1297522

r1297522 | rhuijben | 2012-03-06 15:25:19 +0000 (Tue, 06 Mar 2012)

In the adm crawler report the leaf-directories as depth empty when doing a
depth immediate crawl. This ensures that we don't accidentally get unneeded
editor operations on children. This resolves issue #4136.

Found by: Derek Wallace <del.wallace{_AT_}gmail.com>
Suggested by: cmpilato

* subversion/libsvn_wc/adm_crawler.c
  (report_revisions_and_depths): Report the to be used depth instead of just the
    stored depth.

* subversion/tests/cmdline/depth_tests.py
  (commit_then_immediates_update): Remove XFail marker.