Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syncing repo with SVN #4

Open
wants to merge 34 commits into
base: master
Choose a base branch
from
Open

Conversation

FGDATA
Copy link

@FGDATA FGDATA commented Dec 31, 2015

Note that 7 files added (in FGADDon, lacking here)
Also, note that some files conflicted, and I left them as they are in the github master branch.

This commit syncs otherwise, with SVNaddon

IH-COL

edauvergne and others added 30 commits September 22, 2015 06:18
This is required due to the merger of the Omega hangar fork of the original 787, as the fork has all
paths set to Aircraft/787-8.  This was identified by Michael Soitanen at
http://thread.gmane.org/gmane.games.flightgear.devel/78901/focus=79019.



git-svn-id: http://svn.code.sf.net/p/flightgear/fgaddon/trunk/Aircraft/787-8@906 9eb9bc84-db9d-4e05-893b-26dd41ac94a6
…property from all files.

To avoid the files with the extensions [ac, eff, frag, nas, osgx, svg, txt, vert, xhtml, xml, xsl]
being treated as binary files, as was previously the case, the normal 'svn merge' command was not
used for the reversion.  Instead the svn:mime-type property was manually readded to all the binary
file types using the find command together with 'svn propset'.  Therefore the svn:mime-type
properties of the files may not always match those from before r583.

find -iname "*.wav" -exec svn propset svn:mime-type "audio/x-wav" {} \;
find -iname "*.bmp*" -exec svn propset svn:mime-type "image/x-ms-bmp" {} \;
find -iname "*.gif" -exec svn propset svn:mime-type "image/gif" {} \;
find -iname "*.jpg" -exec svn propset svn:mime-type "image/jpeg" {} \;
find -iname "*.png*" -exec svn propset svn:mime-type "image/png" {} \;
find -iname "*.psd" -exec svn propset svn:mime-type "image/vnd.adobe.photoshop" {} \;
find -iname "*.tif" -exec svn propset svn:mime-type "image/tiff" {} \;
find -iname "*.xcf" -exec svn propset svn:mime-type "image/x-xcf" {} \;
find -iname "*.rgb*" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.au" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.*af" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.3ds" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.blend*" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.dds" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.od[gst]" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.onetoc2" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.xlsx" -exec svn propset svn:mime-type "application/octet-stream" {} \;
find -iname "*.pdf" -exec svn propset svn:mime-type "application/pdf" {} \;
find -iname "*.ps" -exec svn propset svn:mime-type "application/postscript" {} \;
find -iname "*.gz" -exec svn propset svn:mime-type "application/x-gzip" {} \;
find -iname "*.mdl" -exec svn propset svn:mime-type "application/x-dosexec" {} \;
find -iname "*.zip" -exec svn propset svn:mime-type "application/zip" {} \;



git-svn-id: http://svn.code.sf.net/p/flightgear/fgaddon/trunk/Aircraft/787-8@997 9eb9bc84-db9d-4e05-893b-26dd41ac94a6
Conflicts:
	787-8-set.xml
	Authors.txt
	Models/FlightDeck/OHpanel.xml
	Models/FlightDeck/b787.flightdeck.xml
	Models/Instruments/vsd.png
	Models/Liveries/BOE2.png
	Models/Liveries/BOE2.xml
	Nasal/systems.nas
	README
All left as in Github master branch
Included new GPWS sounds, made minor changes to engine thrust, bypass
ratio and TSFC
New GPWS sounds, edit engine properties
lbrenta and others added 4 commits December 11, 2017 02:44
* Do not pollute the property tree of the local aircraft: use only relative property
  names in animations.
* Disable the shadow for remote 787-8s as they do not transmit their
  /position/altitude-agl-ft by default and the shadow is only minor eye candy.

git-svn-id: http://svn.code.sf.net/p/flightgear/fgaddon/trunk/Aircraft/787-8@3153 9eb9bc84-db9d-4e05-893b-26dd41ac94a6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants