Edgewall Software

Changes between Version 22 and Version 23 of 1.3/TracUpgrade


Ignore:
Timestamp:
Aug 29, 2017, 6:45:54 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Document #12891.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracUpgrade

    v22 v23  
    143143
    144144Reports that display the error need to be modified to prefix the `description` column with the appropriate table name or alias. For example, if the `ticket` table is aliased as `t` (`ticket t` or `ticket AS t`), replace `description` with `t.description` if the report should use the ticket's `description` column.
     145
     146===== Removed `<repostype>` and `<repospath>` arguments from TracAdmin `initenv` command
     147
     148The TracAdmin `initenv` command allowed the default repository to be specified using the third and fourth positional arguments of `initenv`:
     149{{{
     150initenv [<projectname> <db> [<repostype> <repospath>]]
     151}}}
     152
     153The arguments were an artifact of Trac < 0.12, which only supported a single repository. Trac 0.12 and later supports multiple repositories, which can be specified at the time of environment creation using the `--inherit` and `--config` arguments. See the [TracEnvironment#SourceCodeRepository initenv documentation] for details on specifying source code repositories.
    145154
    146155==== Upgrading from Trac 1.0 to 1.2 #to1.2