|
Hello.
Is it possible to clone an existing source tree in TFS 2010 and have the new tree show all the checkin history from the original tree? I have an existing tree that has too many levels of hierarchy (some intermediate folders are there but have no content).
$Top/Main/Dev/Source/Middleware/...
Currently the Source folder is completely empty and adds no value. I'd like the new tree to look like
$Top/Main/Dev/MW
Can this be done usinng TFS Branch and Move commands and still maintain the checkin history under the Middleware folder?
1. Branch $Top and create $Top-New (accomplishes the cloning and hopefully maintains all checkin history)
2. Move $Top-New/Main/Dev/Source/Middleware/... to $Top-New/Main/Dev/Middleware/... (gets rid of unneeded intermediate folder)
Has anyone perform an task such as this?
Thanks, BC
|