Changes between Version 13 and Version 14 of DarcsPlugin


Ignore:
Timestamp:
02/20/06 20:05:45 (7 years ago)
Author:
Lele Gaifax
Comment:

Fix trac-admin commands

Legend:

Unmodified
Added
Removed
Modified
  • DarcsPlugin

    v13 v14  
    3434   c. $ export PYTHONPATH=~/.system/lib/python2.3/site-packages 
    3535   d. $ cd /tmp 
    36    c. $ ~/.system/bin/trac-admin initenv 
     36   c. $ ~/.system/bin/trac-admin testinstance initenv 
    3737}}} 
    3838 
    39 5. '''Upgrade''' and '''resync''' you the instance database 
     395. '''Upgrade''' and '''resync''' your instance database 
    4040{{{ 
    41    a. $ ~/.system/bin/trac-admin upgrade 
    42    b. $ ~/.system/bin/trac-admin resync 
     41   a. $ ~/.system/bin/trac-admin testinstance upgrade 
     42   b. $ ~/.system/bin/trac-admin testinstance resync 
    4343}}} 
    4444 
     
    6363'''NB''': the `tracdarcs` above will change to `trac.versioncontrol.darcs` in the near future :-) 
    6464 
     65=== Upgrade and resync === 
     66 
     67Each created instance '''needs''' to be ''upgraded'': this step creates the needed table in the database. You can see the two instructions at point '''5.''' above. 
     68 
    6569== Configuration == 
    6670