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
-
... ... @@ -12,11 +12,13 @@ 12 12 tf vc get{{/code}} 13 13 14 14 1. do an extract and dump into excel to generate the copy commands 15 -\\{{code language="PowerShell"}}forfiles /P C:\dev\src\migration /S /C "cmd /c echo @isdir;@ext;@path" >>list3.txt 16 -{{/code}} 15 +\\{{code language="PowerShell"}}forfiles /P C:\dev\src\migration /S /C "cmd /c echo @isdir;@ext;@path" >>list3.txt{{/code}} 17 17 1. execute copy commands from excel generation 18 -11. this will split the source into master and feature brances 17 +11. this will split the source into master and feature branches 19 19 19 +1. A recon step must be performed at this stage to make sure all files where copied this is performed in excel 20 +11. get directory listing of copied files (dir/s/b %path% > list.txt) and dump into recon sheet column F will indicate if any are missing with a 1 21 + 20 20 1. run the [[tf-sync.ps1>>doc:.tf-sync.WebHome]] script 21 21 11. this will parse the directories that was created into the migration repository 22 22 111. see [[mappings >>doc:.mappings.WebHome]]for structure