Changes for page tfvc
Last modified by Rudi Marais on 2023/05/22 23:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,5 @@ 1 1 We will migrate all the tfvc repos into one git repository called "migration" as a staging area to facilitate the process of moving the individual solutions into its final git location. This can be done in a delta fasion until we restrict the tfvc repos and everyone starts working off the git staging repo. 2 2 3 -Feature branches can be merged back into master via a pull request and the feature branches that are not applicable anymore can be abandoned. 4 4 5 5 The process to sync the tfvc to the git repo 6 6 ... ... @@ -13,6 +13,7 @@ 13 13 14 14 1. do an extract and dump into excel to generate the copy commands 15 15 \\{{code language="PowerShell"}}forfiles /P C:\dev\src\migration /S /C "cmd /c echo @isdir;@ext;@path" >>list3.txt 15 + 16 16 {{/code}} 17 17 1. execute copy commands from excel generation 18 18 11. this will split the source into master and feature brances