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,7 +12,7 @@ 12 12 13 13 1. do an extract and dump into excel to generate the copy commands 14 14 \\{{code language="PowerShell"}}forfiles /P C:\dev\src\migration /S /C "cmd /c echo @isdir;@ext;@path" >>list3.txt{{/code}} 15 - 15 + 16 16 1. execute copy commands from excel generation 17 17 11. this will split the source into master and feature branches 18 18 ... ... @@ -23,4 +23,7 @@ 23 23 1. run the [[tf-sync.ps1>>doc:.tf-sync.WebHome]] script 24 24 11. this will parse the directories that was created into the migration repository 25 25 111. see [[mappings >>doc:.mappings.WebHome]]for structure 26 -11. this will create or update the migration repository 26 +11. this will create or update the migration repository in GIT 27 +11. an .gitignore gets injected this will make sure binaries are excluded 28 +11. subsequent runs if the repo already exists will create a feature branch for the main branches timestamped with the date is was ran 29 +ie: /feature/master-20220202-172700