X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2Fhttp_svn.cxx;h=f39072d1ccfd590c3b04a9cf2fb2289debe46d82;hb=70c5d605641b628039f75cb8761ce783a17a5bdf;hp=caa81e9982d16f9388809163ceb0fe9049e3e1dc;hpb=acf86be516cb7b3b6883aa261af90a263ed52837;p=simgear.git diff --git a/simgear/io/http_svn.cxx b/simgear/io/http_svn.cxx index caa81e99..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("/home/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();