Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
72:subversion_migration [2018/07/09 16:57] – [Migration of Legacy SVN CMS Profile] bkkr72:subversion_migration [2024/02/15 00:00] (current) – external edit 127.0.0.1
Line 7: Line 7:
   - Configure your Subversion servers for CMS-Type Subversion in the CMS section of PKitConfig.xml.   - Configure your Subversion servers for CMS-Type Subversion in the CMS section of PKitConfig.xml.
   - Ensure no files are checked out in Stages for the legacy SVN profiles at the time of migration. To create a list of currently checked out SVN files execute the following commands on the Stages server in a shell with administrative permissions.   - Ensure no files are checked out in Stages for the legacy SVN profiles at the time of migration. To create a list of currently checked out SVN files execute the following commands on the Stages server in a shell with administrative permissions.
-      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>cd [STAGES_INSTALL_DIR]\stages</font> +      - cd [STAGES_INSTALL_DIR]\stages 
-      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>bin\listCheckouts.bat SVN</font>+      - bin\listCheckouts.bat SVN
  
 === Instructions === === Instructions ===
  
   - Before migrating all existing SVN CMS profiles to Subversion CMS profiles, please review all changes that will be done by the migration script. Therefore execute a dry run of the migration script on the Stages server in a shell with administrative permissions.   - Before migrating all existing SVN CMS profiles to Subversion CMS profiles, please review all changes that will be done by the migration script. Therefore execute a dry run of the migration script on the Stages server in a shell with administrative permissions.
-      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>cd [STAGES_INSTALL_DIR]\stages</font> +      - cd [STAGES_INSTALL_DIR]\stages 
-      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>bin\migrateSubversion.bat system show > migration.log 2>&1</font>+      - bin\migrateSubversion.bat system show > migration.log 2>&1
   - If the migration dry run was successful, please execute the following commands to actually do the migration.   - If the migration dry run was successful, please execute the following commands to actually do the migration.
-      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>cd [STAGES_INSTALL_DIR]\stages</font> +      - cd [STAGES_INSTALL_DIR]\stages 
-      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>bin\migrateSubversion.bat system write > migration.log 2>&1</font>+      - bin\migrateSubversion.bat system write > migration.log 2>&1
  
 ===  Recommended 'Clean-Up' Steps  === ===  Recommended 'Clean-Up' Steps  ===