Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
72:subversion_migration [2018/07/09 16:54] – [Migration of Legacy SVN CMS Profile] bkkr72:subversion_migration [2018/07/09 16:57] – [Migration of Legacy SVN CMS Profile] bkkr
Line 12: Line 12:
 === 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. 
 +      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>cd [STAGES_INSTALL_DIR]\stages</font> 
 +      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>bin\migrateSubversion.bat system show > migration.log 2>&1</font> 
 +  - 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> 
 +      - <font inherit/Courier New,Courier,monospace;;inherit;;inherit>bin\migrateSubversion.bat system write > migration.log 2>&1</font>
  
-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.+===  Recommended 'Clean-Up' Steps  ===
  
-      -+When all legacy SVN CM profiles are migrated the following clean up steps are recommended:
  
-<font inherit/Courier New,Courier,monospace;;inherit;;inherit>cd [STAGES_INSTALL_DIR]\stages</font>+1. Delete the local SVN sandboxes on the Stages server as they are no longer needed. The file system location is defined in PKitConfig.xml in element
  
-      -+<code> 
 +<cms-type name=”SVN” ...> 
 + ... 
 + <cms-property name="sandboxDirectory" value="[DIRECTORY_PATH]"/> 
 + ... 
 +</cms-type> 
 +</code>
  
-<font inherit/Courier New,Courier,monospace;;inherit;;inherit>bin\migrateSubversion.bat system show > migration.log 2>&1</font>+2. To prevent Stages users from creating legacy SVN CMS profilesplease delete the configuration for the legacy SVN interface in PKitConfig.xmlDelete the
  
-  -+<code> 
 +<cms-type name=”SVN” ...> 
 + ... 
 +</cms-type> 
 +</code>
  
-If the migration dry run was successful, please execute the following commands to actually do the migration. +3. Restart Stages for the configuration changes take effect.
- +
-      - +
- +
-<font inherit/Courier New,Courier,monospace;;inherit;;inherit>cd [STAGES_INSTALL_DIR]\stages</font> +
- +
-      - +
- +
-<font inherit/Courier New,Courier,monospace;;inherit;;inherit>bin\migrateSubversion.bat system write > migration.log 2>&1</font>+