Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
trunk
-
None
Description
Reverting tree adds with depth=files or depth=immediates doesn't always work when it should because it is implemented as a set of non-recursive reverts and the non-recursive revert of an added directory will fail if the directory has children. The 1.6 behaviour of revert with depth=files and depth=immediates wasn't properly implemented either, the depth just affected how many locks were taken. So while this may be a regression it is a regression from strange behaviour.