FGAddon: Difference between revisions

Jump to navigation Jump to search
29 bytes removed ,  25 July 2016
→‎Deficiencies of git-svn: Improved the introductory text.
(→‎Deficiencies of git-svn: Mandate svn+ssh for git-svn clones, explain why.)
(→‎Deficiencies of git-svn: Improved the introductory text.)
Line 309: Line 309:
{{warning|Performing a <code>git-svn clone</code> of the <code>/trunk/</code> or entire repository is not recommended, as the entire repository history will be downloaded, resulting in a huge local repository, as well as putting a large strain on the FlightGear open source infrastructure.}}
{{warning|Performing a <code>git-svn clone</code> of the <code>/trunk/</code> or entire repository is not recommended, as the entire repository history will be downloaded, resulting in a huge local repository, as well as putting a large strain on the FlightGear open source infrastructure.}}


There are a number of operations in which git-svn is deficient and the svn tools should be used instead. Other deficiencies do not require the use of Subversion but contain gotchas.
It is important to understand that there are a number of operations in which git-svn is deficient.  In many cases, the svn tools should be used instead.


==== Copying files between aircraft ====
==== Copying files between aircraft ====

Navigation menu