FGAddon: Difference between revisions

Jump to navigation Jump to search
114 bytes removed ,  26 February 2016
→‎Individual developer: Abstraction using the {{fgaddon co}} template.
(→‎svn import: Complete abstraction of the section using {{fgaddon source}}.)
(→‎Individual developer: Abstraction using the {{fgaddon co}} template.)
Line 769: Line 769:


This is by far the simplest development scenario and should be used in most cases.  If you are using the command line Subversion client, you can checkout an individual aircraft with:
This is by far the simplest development scenario and should be used in most cases.  If you are using the command line Subversion client, you can checkout an individual aircraft with:
<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
svn co svn+ssh://<username>@svn.code.sf.net/p/flightgear/fgaddon/trunk/Aircraft/wrightFlyer1903
{{fgaddon co
</syntaxhighlight>
| login    = <username>
| path    = Aircraft/wrightFlyer1903
| post    =
}}
| lang = "sh"
}}


Where <code><username></code> is your SourceForge user name.  Alternatively you can checkout all aircraft with:
Where <code><username></code> is your SourceForge user name.  Alternatively you can checkout all aircraft with:
<syntaxhighlight lang="bash">
{{fgaddon co
svn co svn+ssh://<username>@svn.code.sf.net/p/flightgear/fgaddon/trunk flightgear-fgaddon
| login    = <username>
</syntaxhighlight>
| post    = flightgear-fgaddon
}}
| lang = "sh"
}}


If you do not have commit access, type one of:
If you do not have commit access, type one of:
<syntaxhighlight lang="bash">
{{#tag:syntaxhighlight|
svn co https://svn.code.sf.net/p/flightgear/fgaddon/trunk/Aircraft/wrightFlyer1903
{{fgaddon co
svn co https://svn.code.sf.net/p/flightgear/fgaddon/trunk flightgear-fgaddon
| path    = Aircraft/wrightFlyer1903
</syntaxhighlight>
| post    =
}}
{{fgaddon co
| post    = flightgear-fgaddon
}}
| lang = "sh"
}}


To use the new local svn repository, see the [[#Subversion|subversion instructions]].
To use the new local svn repository, see the [[#Subversion|subversion instructions]].

Navigation menu