[Lxr-commits] CVS: lxr/templates lxr.conf,1.25,1.26
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2005-11-02 23:40:03
|
Update of /cvsroot/lxr/lxr/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15203/templates Modified Files: lxr.conf Log Message: Merge of the BK support from bk-dev-branch. This merge closes the bk-dev-branch. Adds support for BK repositories (somewhat incomplete). As BK is no longer free, this is untestable by the maintainer and will therefore not be maintained. It is released here to allow others to take it forward if they want. Also updates and add new testcases. Index: lxr.conf =================================================================== RCS file: /cvsroot/lxr/lxr/templates/lxr.conf,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- lxr.conf 30 Apr 2005 21:30:07 -0000 1.25 +++ lxr.conf 2 Nov 2005 23:39:55 -0000 1.26 @@ -108,8 +108,17 @@ # server access does NOT work. # 'sourceroot' => 'cvs:/hom/karsk/a/CVSROOT/linux', + # For a BitKeeper repository, specify bk: followed by the path to the + # repository. For BK it is also necessary to specify a 'cachepath' parameter in + # the 'sourceparams' value below. This should point to a directory where the + # code can write and read files. + # 'sourceroot' => 'bk:/some/repository/here', + # The name to display for this source tree 'sourcerootname' => 'Example', + + # Any parameters to the source access method should be specified below + 'sourceparams' => {'cachepath' => '/a/path/here'}, # The DBI identifier for the database to use # For mysql, the format is dbi:mysql:dbname=<name> |