array( 'project'=> 'FlexySvn', 'debug' => 1, 'no_database' => 1, 'export_to_pear' => true, ), 'HTML_Template_Flexy' => array( 'templateDir' => dirname(__FILE__). '/FlexySvn', 'compileDir' => '/tmp/FlexySvn_templates', //'forceCompile' => true, 'debug' => 1 ), 'FlexySvn' => array( 'repos' => array( 'public' => array( 'src' => 'http://www.akbkhome.com/svn', ), 'clients' => array( 'src' => 'http://www.akbkhome.com/svn/clients', 'auth' => true, // needs authentication ), 'subversion' => array( 'src' => 'http://svn.collab.net/repos/svn', ), 'ez' => array( 'src' => 'http://pubsvn.ez.no/community' ), ), 'default_repo' => 'public', ), ));