{extends "idf/source/base.html"} {block docclass}yui-t2{/block} {block body}

{blocktrans}The team behind {$project} is using the subversion software to manage the source code.{/blocktrans}

{trans 'Command-Line Access'}

svn co {$project.getRemoteAccessUrl()}

{if $isOwner or $isMember}

{trans 'Write Access Authentication'}

{aurl 'url', 'IDF_Views_User::myAccount'}

{blocktrans}To get write access to the repository, you need to use your username and your extra password.{/blocktrans}

svn co {$project.getRemoteAccessUrl()} --username {$user.login}

{/if} {/block} {block context}

{blocktrans}Find here more details on how to access {$project} source code.{/blocktrans}

{/block}