from monotone 0.48 onwards the setup command creates its own internal database
This commit is contained in:
parent
5954cd0ad1
commit
f8012c37d1
@ -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()}
|
||||
|
Loading…
Reference in New Issue
Block a user