Wiki source code of tfvc

Version 1.3 by Rudi Marais on 2022/02/02 10:46

Show last authors
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
3
4 The process to sync the tfvc to the git repo
5
6 1. pull all the latest changes from TFVC via cli
7
8 1. {{code language="powershell"}}tf vc workspace /new migration /collection:https://dev.azure.com/ebsphere
9 mkdir c:\dev\src\migration
10 cd c:\dev\src\migration
11 tf vc get{{/code}}
12
13 1. do an extract and dump into excel to generate the copy commands
14 \\{{code language="PowerShell"}}forfiles /P C:\dev\src\migration /S /C "cmd /c echo @isdir;@ext;@path" >>list3.txt
15
16 {{/code}}
17 1. execute copy commands from excel generation
18 11. this will split the source into master and feature brances
19
20 1. run the [[tf-sync.ps1>>doc:.tf-sync.WebHome]] script
21 11. this will parse the directories that was created into the migration repository
22 111. see [[mappings >>doc:.mappings.WebHome]]for structure
23 11. this will create or update the migration repository