Edgewall Software

Changes between Version 37 and Version 38 of TracUpgrade


Ignore:
Timestamp:
Sep 22, 2006, 6:41:15 PM (18 years ago)
Author:
Christopher Lenz
Comment:

Added note about changed argument list for trac-admin initenv

Legend:

Unmodified
Added
Removed
Modified
  • TracUpgrade

    v37 v38  
    6363It is recommended that you perform a [TracAdmin#InteractiveMode trac-admin] '''`resync`''' operation to take advantage of these improvements.
    6464
     65Also note that the argument list of the [TracAdmin trac-admin] '''`initenv`''' command has changed: there's a new argument for determining the type of version control system. The old usage was:
     66{{{
     67   initenv <projectname> <db> <repospath> <templatepath>
     68}}}
     69The new usage is:
     70{{{
     71   initenv <projectname> <db> <repostype> <repospath> <templatepath>
     72}}}
     73If you're using any scripts that automate the creation of Trac environments, you will need to update them. If you're using Subversion, specify `svn` for the `<repostype>` argument.
     74
    6575== From 0.9.3 to 0.9.4 ==
    6676