Indefero

Indefero Commit Details


Date:2010-08-30 07:58:52 (14 years 3 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:e789263068a7e5fd9d2d67ad3a8099108178cdb3
Parents: 82aaf43d5d612a04b3fd365e0ccbd0e0dd3b86d5
Message:- raise required mtn version to 0.99 - add '--key=' to the default mtn arguments in idf.php-dist

Changes:

File differences

doc/readme-monotone.mdtext
33
44
55
6
7
8
6
7
98
109
1110
## general
This version of indefero contains an implementation of the monotone
automation interface. It needs at least monotone version 0.47
(interface version 12.0) or newer, but as development continues, its
likely that this dependency has to be raised.
automation interface. It needs at least monotone version 0.99
(interface version 13.0) or newer.
To set up a new IDF project with monotone quickly, all you need to do
is to create a new monotone database with
src/IDF/conf/idf.php-dist
7373
7474
7575
76
76
7777
7878
79
79
8080
8181
8282
$cfg['svn_repositories'] = 'file:///home/svn/repositories/%s';
$cfg['svn_remote_url'] = 'http://localhost/svn/%s';
# Path to the monotone binary
# Path to the monotone binary (you need mtn 0.99 or newer)
$cfg['mtn_path'] = 'mtn';
# Additional options for the started monotone process
$cfg['mtn_opts'] = array('--no-workspace', '--norc');
$cfg['mtn_opts'] = array('--no-workspace', '--no-standard-rcfiles', '--key=');
#
# You can setup monotone for use with indefero in several ways. The
# two most-used should be:

Archive Download the corresponding diff file

Page rendered in 0.07572s using 13 queries.