Template:Fgaddon co

From FlightGear wiki
Revision as of 07:52, 26 February 2016 by Bugman (talk | contribs) (Removed the default 'post' value that comes from SourceForge's webpage suggestion.)
Jump to navigation Jump to search

svn co https://svn.code.sf.net/p/flightgear/fgaddon/trunk

The following template description is not displayed when the template is inserted in an article.

Goal

To provide a consistent representation of the command to checkout the FGAddon subversion repository.

Usage

{{fgaddon co
| opt  =
| post =
}}
opt
Any additional options to show after svn co.
post
Any optional text to show after the URL. This defaults to flightgear-fgaddon.

Example

{{fgaddon co
| opt  = --username <username>
| post = fgaddon
}}

svn co --username <username> https://svn.code.sf.net/p/flightgear/fgaddon/trunk fgaddon

Related templates