Changes between Version 18 and Version 19 of DarcsPlugin


Ignore:
Timestamp:
04/17/08 14:45:07 (5 years ago)
Author:
lele
Comment:

Mention how to make it work with 0.10; removed the cachedir option

Legend:

Unmodified
Added
Removed
Modified
  • DarcsPlugin

    v18 v19  
    1 = Darcs plugin for trac 0.10 = 
     1= Darcs plugin for trac 0.11 = 
    22 
    33The new plugin is taking shape at 
     
    88 
    99Current version is 0.5. 
     10 
     11== Using with trac 0.10 == 
     12 
     13There 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}}}  
     17should do the job. 
    1018 
    1119== Installing the module as a builtin == 
     
    8088It uses the following settings, if provided, in the '''`[darcs]`''' section of the TracIni file. 
    8189 
    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. || 
    8390|| `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`" || 
    8491|| `dont_escape_8bit` || This is a shortcut for "`command=DARCS_DONT_ESCAPE_8BIT=1 darcs`" (true, false). Default to false. ||