{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}

{trans 'Command-Line Access'}

mtn clone {$project.getSourceAccessUrl()}

{if $isOwner or $isMember}

{trans 'First Commit'}

{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}

{/block}