Changes between Version 13 and Version 14 of TracMigratePlugin


Ignore:
Timestamp:
Nov 11, 2015, 12:09:00 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracMigratePlugin

    v13 v14  
    1313
    1414If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracMigratePlugin&owner=jun66j5 new ticket].
     15[/newticket?component=TracMigratePlugin new ticket].
    1616
    1717[[TicketQuery(component=TracMigratePlugin&group=type,format=progress)]]
     
    1919== Download
    2020
    21 Download the zipped source from [download:tracmigrateplugin here].
     21Download the zipped source from [export:tracmigrateplugin here].
    2222
    2323== Source
    2424
    25 You can check out TracMigratePlugin from [http://trac-hacks.org/svn/tracmigrateplugin here] using Subversion, or [source:tracmigrateplugin browse the source] with Trac.
     25You can check out TracMigratePlugin from [/svn/tracmigrateplugin here] using Subversion, or [source:tracmigrateplugin browse the source] with Trac.
    2626
    2727== Usage without installation
    2828
    2929 1. Checkout or export latest source:
    30 {{{#!sh
     30 {{{#!sh
    3131svn co http://trac-hacks.org/svn/tracmigrateplugin/0.12 /path/to/tracmigrateplugin
    3232}}}
    33  2. If the new environment uses PostgreSQL or MySQL, create database for this new environment. See: [t:DatabaseBackend#BackendSpecificInstallationInstructions].
     33 2. If the new environment uses PostgreSQL or MySQL, create a database for this new environment. See [t:DatabaseBackend#BackendSpecificInstallationInstructions].
    3434 3. Run `trac-migrate.py`:
    35 {{{#!sh
     35 {{{#!sh
    3636cd /path/to/tracmigrateplugin
    3737./trac-migrate.py /path/to/source /path/to/destination mysql://tracuser:password@localhost/trac
    3838}}}
    3939 This would result in:
    40 {{{#!sh
     40 {{{#!sh
    4141Copying tables:
    4242  attachment table... 10 records.
     
    4949
    5050 1. Install the plugin for Trac 0.12 or later:
    51 {{{#!sh
     51 {{{#!sh
    5252easy_install http://trac-hacks.org/svn/tracmigrateplugin/0.12
    5353}}}
    54  2. Enable the plugin in `trac.ini` of your source environment:
    55 {{{#!ini
     54 2. Enable the plugin in the `trac.ini` file of your source environment:
     55 {{{#!ini
    5656[components]
    5757tracmigrate.* = enabled
     
    8484=== Migration to a new environment
    8585
    86 The syntax for migrating to a new environment would be as follows:
     86The syntax for migrating to a new environment is as follows:
    8787
    8888{{{#!sh
     
    117117=== Migration to a new database without creating a new environment
    118118
    119 The syntax for migrating to a new database without creating a new environment would be as follows:
     119The syntax for migrating to a new database without creating a new environment is as follows:
    120120
    121121{{{#!sh