Changes between Version 13 and Version 14 of DarcsPlugin
- Timestamp:
- 02/20/06 20:05:45 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DarcsPlugin
v13 v14 34 34 c. $ export PYTHONPATH=~/.system/lib/python2.3/site-packages 35 35 d. $ cd /tmp 36 c. $ ~/.system/bin/trac-admin initenv36 c. $ ~/.system/bin/trac-admin testinstance initenv 37 37 }}} 38 38 39 5. '''Upgrade''' and '''resync''' you theinstance database39 5. '''Upgrade''' and '''resync''' your instance database 40 40 {{{ 41 a. $ ~/.system/bin/trac-admin upgrade42 b. $ ~/.system/bin/trac-admin resync41 a. $ ~/.system/bin/trac-admin testinstance upgrade 42 b. $ ~/.system/bin/trac-admin testinstance resync 43 43 }}} 44 44 … … 63 63 '''NB''': the `tracdarcs` above will change to `trac.versioncontrol.darcs` in the near future :-) 64 64 65 === Upgrade and resync === 66 67 Each 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 65 69 == Configuration == 66 70