From 5ef6e6c08f6d6d43a0f5f7f87e5f940ba4cf7334 Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Wed, 28 Apr 2010 00:13:42 +0200 Subject: [PATCH] mtn still needs a local db and project setup if there is nothing beside an empty database remotely --- src/IDF/templates/idf/source/mtn/help.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/IDF/templates/idf/source/mtn/help.html b/src/IDF/templates/idf/source/mtn/help.html index 34d0e83..e915cb5 100644 --- a/src/IDF/templates/idf/source/mtn/help.html +++ b/src/IDF/templates/idf/source/mtn/help.html @@ -16,6 +16,8 @@ code.{/blocktrans}

{blocktrans}To make a first commit in the repository, perform the following steps:{/blocktrans}

+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()}