mtn still needs a local db and project setup if there is nothing beside an empty database remotely

master
Thomas Keller 2010-04-28 00:13:42 +02:00
parent 94a5464155
commit 5ef6e6c08f
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ 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 add -R .
mtn commit -m "initial import"
mtn push {$project.getSourceAccessUrl()}