From af4f5aaeb09abff77df8dd671bd74cefcbdcb109 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Thu, 29 Apr 2010 01:37:28 +0200 Subject: [PATCH] make the path to the monotone executable configurable --- src/IDF/conf/idf.php-dist | 1 + 1 file changed, 1 insertion(+) diff --git a/src/IDF/conf/idf.php-dist b/src/IDF/conf/idf.php-dist index 6f46f17..49f7e2d 100644 --- a/src/IDF/conf/idf.php-dist +++ b/src/IDF/conf/idf.php-dist @@ -75,6 +75,7 @@ $cfg['svn_remote_url'] = 'http://localhost/svn/%s'; # Same as for git, you can have multiple repositories, one for each # project or a single one for all the projects. +$cfg['mtn_path'] = 'mtn'; $cfg['mtn_repositories'] = '/home/mtn/repositories/%s.mtn'; $cfg['mtn_remote_url'] = 'mtn://localhost/~%s/%s';