Changes between Version 16 and Version 17 of TracMigratePlugin


Ignore:
Timestamp:
Mar 22, 2016, 8:19:52 PM (8 years ago)
Author:
figaro
Comment:

From http to https

Legend:

Unmodified
Added
Removed
Modified
  • TracMigratePlugin

    v16 v17  
    3131 1. Checkout or export latest source:
    3232 {{{#!sh
    33 svn co http://trac-hacks.org/svn/tracmigrateplugin/0.12 /path/to/tracmigrateplugin
     33svn co https://trac-hacks.org/svn/tracmigrateplugin/0.12 /path/to/tracmigrateplugin
    3434}}}
    3535 2. If the new environment uses PostgreSQL or MySQL, create a database for this new environment. See [t:DatabaseBackend#BackendSpecificInstallationInstructions].
     
    5252 1. Install the plugin for Trac 0.12 or later:
    5353 {{{#!sh
    54 easy_install http://trac-hacks.org/svn/tracmigrateplugin/0.12
     54easy_install https://trac-hacks.org/svn/tracmigrateplugin/0.12
    5555}}}
    5656 2. Enable the plugin in the `trac.ini` file of your source environment: