Description
svn status --non-recursive still recurses down the tree (meaning it takes much longer than the user expects) Tested on Win32 with my own patched version of 0.34.0, as well as the packaged 0.34.0 (info below). I believe Stefan has reproduced with 0.35 as well. svn, version 0.34.0 (r7859) compiled Dec 4 2003, 08:08:28 Recipe: 1. Go to a working copy of depth > 1. 2. Open filemon (or truss, or equivalent) 3. svn status -N 4. Note that it recurses the entire tree. Per Karl's suggestion, I filed and initially assigned to him. I've also marked it libsvn_wc, even though I'm not 100% sure that the locale. Left it P3, since even though it causes a BFI, it's not the normal use case for command line users. However, it causes a really BFI for TortoiseSVN users, since Tortoise makes extensive use of the non-recursion. ---Jim
Original issue reported by sokoloff