from monotone 0.48 onwards the setup command creates its own internal database

master
Thomas Keller 2010-04-28 01:12:29 +02:00
parent 5954cd0ad1
commit f8012c37d1
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,7 @@ code.{/blocktrans}</p>
<p>{blocktrans}To make a first commit in the repository, perform the following steps:{/blocktrans}</p>
<pre>
mtn db init -d project.mtn
mtn setup -d project.mtn -b {$project.getConf().getVal('mtn_master_branch', 'your-branch')} .
mtn setup -b {$project.getConf().getVal('mtn_master_branch', 'your-branch')} .
mtn add -R .
mtn commit -m "initial import"
mtn push {$project.getSourceAccessUrl()}