I have a TFS project that ought to be a folder under another project, so I want to move the source control history (We don't use the other features of TFS for this project, so I don't care about the project site). I've branched the code into the new location, and I'm preparing to delete the original project.
This SO question deals with the obviously lacking TFS feature of history after you branch, but since I'm deleting the trunk folder, this workaround functionality will break, and I'll completely lose my source history pre-branch.
Does anybody else have a better solution that would allow me to keep the history? I'd most like to retain the ability to do previous builds, and I lose that if I delete the trunk folder from source control, something which isn't acceptable. Thanks for your help!