{extends "idf/source/base.html"} {block docclass}yui-t2{assign $inHelp=true}{/block} {block body}
{blocktrans}The team behind {$project} is using the monotone software to manage the source code.{/blocktrans}
mtn clone {$project.getSourceAccessUrl()}
{if $isOwner or $isMember}{blocktrans}To make a first commit in the repository, perform the following steps:{/blocktrans}
mtn setup -b {$project.getConf().getVal('mtn_master_branch', 'your-branch')} . mtn add -R . mtn commit -m "initial import" mtn push {$project.getSourceAccessUrl()}{/if} {/block} {block context}
{blocktrans}Find here more details on how to access {$project} source code.{/blocktrans}