My company wishes to create a whole separate product (software system) from code which has been branched from an existing product. Our source control is TFVC on Azure DevOps. I need to know how to create the new Project using the branched code. I am wondering if we where to reparent the branch to 'No Parent', could we create the new project using that code?
Asked
Active
Viewed 107 times
0
-
There is no such thing as "TFS" source control. Is it TFVC, or is it Git? – Daniel Mann Jun 25 '20 at 15:49
-
Sorry, it is TFVC – GeoffreyB Jun 28 '20 at 22:45
-
Create a new project and copy files from the old project in the local to the new folder, then push to the TFS not work for you? – Joy Jun 29 '20 at 08:58