vsts - Can you copy or clone projects and files in TFS to other directories in the same source tree with history? -
What do I need to look for such questions:
Example: I have a source of trees There are 2 solutions, but for the next version they want the same solution and they do not want to use 'branching'.
/ DefaultCollection / root / solution1 / project1 / project2 / defaultcollection / root / resolution 2 / project3 where you want to keep the current source It's for time and make copies or clones to get something like this:
For me, it seems like building a branch and only in merging Does not understand this but maybe a better way? Has anyone ever done something like that?
There are two solutions available: I first have TFS integration tools, although they do not work well , When both source and target are in the same collection. You may need to pursue the source and then return.
The second and more viable solution is to clone the use of Git-Tf tool, with history, your code is in a grip repo. You can then push another TFC folder with history Are there.
Honestly, you should consider moving to three GIT repops because this makes your history very portable.
Comments
Post a Comment