Changes between Version 1 and Version 2 of fms-migration
- Timestamp:
- Aug 15, 2018, 12:37:19 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
fms-migration
v1 v2 12 12 5. Open a command prompt, run the following commands to export the PHP code from version control into the webroot folder 13 13 {{{ 14 cd c:\inetpub\ww root14 cd c:\inetpub\wwwroot 15 15 svn export https://svn.msdev.co.uk/SoloPress/trunk/src/ ./ --force --username subversion --password Rb9Pa4lF 16 16 }}}