FGAddon: Difference between revisions

Jump to navigation Jump to search
27 bytes added ,  27 November 2015
(→‎Pushing to FGAddon: Expanded and improved the instructions.)
(→‎Fixing the problem: Cross-link to the #Subversion_properties section.)
Line 655: Line 655:
==== Fixing the problem ====
==== Fixing the problem ====


As git-svn cannot set or change the <code>svn:mime-type</code> property, a [[#Repository_checkout|svn checkout copy]] of the aircraft is required.  The property can then be set to the default Subversion binary mime-type with:
As [[#Subversion_properties|git-svn cannot set or change]] the <code>svn:mime-type</code> property, a [[#Repository_checkout|svn checkout copy]] of the aircraft is required.  The property can then be set to the default Subversion binary mime-type with:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
svn propset svn:mime-type "application/octet-stream" <file_name>
svn propset svn:mime-type "application/octet-stream" <file_name>

Navigation menu