We had our dev create a new branch folder and work from there. When it came time to create a release candidate, they used svn copy instead of svn merge because the tags and trunk folders did not exist yet.
When I run:
it shows all commits still have not been merged (I expect nothing to be returned when running this command).Code:svn mergeinfo --show-revs=eligible .../branches/XXXX /trunk r98360 r98361 r98373 r98447 r100277 r100280 r100281 r100282 r100287 r101154 r101207 r101511 r101512 r101515 r101517 r102879 r102897 r102902 r103226 r103235 r103243
Whats the best way to correct the commit history now the the trunk and tags folders are created and show that the code from branch is now merged to trunk when I run the above command?


Reply With Quote

Bookmarks