Changes between Version 18 and Version 19 of DarcsPlugin
- Timestamp:
- 04/17/08 14:45:07 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DarcsPlugin
v18 v19 1 = Darcs plugin for trac 0.1 0=1 = Darcs plugin for trac 0.11 = 2 2 3 3 The new plugin is taking shape at … … 8 8 9 9 Current version is 0.5. 10 11 == Using with trac 0.10 == 12 13 There is a single patch that you need to unpull, if you are still using trac 0.10, see [73]: 14 {{{ 15 $ darcs unpull -p "Don't perform a sync" 16 }}} 17 should do the job. 10 18 11 19 == Installing the module as a builtin == … … 80 88 It uses the following settings, if provided, in the '''`[darcs]`''' section of the TracIni file. 81 89 82 || `cachedir` || By default the darcs backend keeps a cache of the visited files at various revision inside the repository itself, in `_darcs/trac_cache`, that may be overridden by this option, setting it to the desired directory that needs to be writeable by the trac process. ||83 90 || `command` || Name of the external darcs executable, default to `darcs`. This can be used to set up the environment as well, like in "`DARCS_DONT_ESCAPE_ANYTHING=1 /usr/local/bin/darcs`" || 84 91 || `dont_escape_8bit` || This is a shortcut for "`command=DARCS_DONT_ESCAPE_8BIT=1 darcs`" (true, false). Default to false. ||