Server at v1.6.9 CollabNet command-line client at v1.6.9 TortoiseSVN client at v1.6.7 1. Trunk copied to branches/X 2. Shallow checkout of branches/X creates sparse working-copy: X/A X/B 3. update --set-depth infinity X/A downloads additional folders from X/A tree: X/A/1 X/A/2 X/A/3 3. merge --depth infinity <ReposURL>/trunk The merge works correctly but causes svn:mergeinfo properties like the following. Note the asterisked rev number in svn:mergeinfo: /trunk/A:199-202* /trunk/B:199-202* 4. Using E:\X41\trunk fully recursive working copy of trunk, run: merge --reintegrate <ReposURL>/branches/X Get this error: Command: Reintegrate merge <ReposURL>/branches/X into E:\X41\trunk Error: Reintegrate can only be used if revisions 199 through 204 were previously Error: merged from <ReposURL>/trunk to the reintegrate source, but this is Error: not the case: Error: branches/X/A Error: Missing ranges: /trunk/A:199-202 Error: branches/X/B Error: Missing ranges: /trunk/B:199-202
Any ideas as to what may be causing these errors?