1
0
Fork 0

Use terrasync over http instead of svn

This enables using the http repository instead of the svn repository
for terrasync.

Fall back to svn by setting prop:/sim/terrasync/http-server to an empty string
This commit is contained in:
Torsten Dreyer 2016-05-19 10:38:54 +02:00
parent 2ed0bb5221
commit a635b6d80f

View file

@ -814,6 +814,7 @@ Started September 2000 by David Megginson, david@megginson.com
<use-svn type="bool" userarchive="n">true</use-svn> <use-svn type="bool" userarchive="n">true</use-svn>
<!-- INTENTIONALLY LEFT BLANK so we query the server from Martin's web service --> <!-- INTENTIONALLY LEFT BLANK so we query the server from Martin's web service -->
<svn-server userarchive="n"/> <svn-server userarchive="n"/>
<http-server userarchive="y">automatic</http-server>
<svn-data-server userarchive="y">http://fgfs.goneabitbursar.com/fgfsai/trunk</svn-data-server> <svn-data-server userarchive="y">http://fgfs.goneabitbursar.com/fgfsai/trunk</svn-data-server>
<rsync-server userarchive="n">scenery.flightgear.org::Scenery</rsync-server> <rsync-server userarchive="n">scenery.flightgear.org::Scenery</rsync-server>
<!-- INTENTIONALLY LEFT BLANK! Do NOT edit. <!-- INTENTIONALLY LEFT BLANK! Do NOT edit.