Index: config/conf.xml =================================================================== RCS file: /repository/chora/config/conf.xml,v retrieving revision 1.12 diff -u -r1.12 conf.xml --- config/conf.xml 13 Jul 2006 05:09:12 -0000 1.12 +++ config/conf.xml 1 Mar 2007 09:12:47 -0000 @@ -17,6 +17,12 @@ <configstring name="diff" desc="diff">/usr/bin/diff</configstring> <configstring name="svn" desc="svn">/usr/bin/svn</configstring> + <configstring name="svn_home" required="false" desc="Home directory for + execution of svn binary (specified via --config-dir to svn). This directory + must at least be readable to the webserver, otherwise svn will not work. + If you leave this empty, the system's temporary directory will be used."> + </configstring> + <configstring name="cvsps" required="false" desc="If you have cvsps installed, we can generate patchset information. You need at least version 2.0b6 of cvsps. Path to the cvsps executable, e.g. /usr/local/bin/cvsps"/>