X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fhttp_svn.cxx;h=f39072d1ccfd590c3b04a9cf2fb2289debe46d82;hb=598b64fa9569c16878c904e344e2e2775e210c42;hp=a56630e773cec2c852d8d7c7020ad7c2aff46376;hpb=ecec803388bf6ef6aac4c451a0ff08518295ef73;p=simgear.git diff --git a/simgear/io/http_svn.cxx b/simgear/io/http_svn.cxx index a56630e7..f39072d1 100644 --- a/simgear/io/http_svn.cxx +++ b/simgear/io/http_svn.cxx @@ -32,10 +32,12 @@ int main(int argc, char* argv[]) httpClient = &cl; - SGPath p("/Users/jmt/Desktop/scenemodels"); + SGPath p("/Users/jmt/Desktop/traffic"); SVNRepository airports(p, &cl); // airports.setBaseUrl("http://svn.goneabitbursar.com/testproject1"); - airports.setBaseUrl("http://terrascenery.googlecode.com/svn/trunk/data/Scenery/Models"); +// airports.setBaseUrl("http://terrascenery.googlecode.com/svn/trunk/data/Scenery/Models"); + + airports.setBaseUrl("http://fgfs.goneabitbursar.com/fgfsai/trunk/AI/Traffic"); // airports.setBaseUrl("http://terrascenery.googlecode.com/svn/trunk/data/Scenery/Airports"); airports.update();