Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-25 Thread Vivian Meazza
Torsten > Am 24.06.11 23:59, schrieb Torsten Dreyer: > >>> Is this built-in function: > >>> > >>> svn_path_uri_encode() > >>> > >>> any help? > >>> > >> Yup, does the trick - no need for fancy formatting. > >> > >> I'll see if I can do a damned merge request this side of Monday. > >> > >> Vivian

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-25 Thread Frederic Bouvier
- "ThorstenB" a écrit : > > This is true. But using Fred's MSVC9 solution files as provided it is not > > possible to switch off the libsvn stuff AFAIKS. > > That's not good, of course. libsvn should be optional, but no idea how > we do such options for MSVC9. But it's certainly optional fo

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-25 Thread ThorstenB
On 25.06.2011 01:31, Vivian Meazza wrote: >> But isn't this a function of libsvn and we are talking about external >> svn and libsvn not present? >> >> I'm currently testing another fix without libsvn functions. Thanks, Torsten - well done. > This is true. But using Fred's MSVC9 solution files as

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-24 Thread Vivian Meazza
Torsten > > >> Is this built-in function: > >> > >> svn_path_uri_encode() > >> > >> any help? > >> > > Yup, does the trick - no need for fancy formatting. > > > > I'll see if I can do a damned merge request this side of Monday. > > > > Vivian > > > > > But isn't this a function of libsvn and we a

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-24 Thread Torsten Dreyer
Am 24.06.11 23:59, schrieb Torsten Dreyer: >>> Is this built-in function: >>> >>> svn_path_uri_encode() >>> >>> any help? >>> >> Yup, does the trick - no need for fancy formatting. >> >> I'll see if I can do a damned merge request this side of Monday. >> >> Vivian >> >> > But isn't this a function

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-24 Thread Torsten Dreyer
>> Is this built-in function: >> >> svn_path_uri_encode() >> >> any help? >> > Yup, does the trick - no need for fancy formatting. > > I'll see if I can do a damned merge request this side of Monday. > > Vivian > > But isn't this a function of libsvn and we are talking about external svn and libs

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-24 Thread Vivian Meazza
I wrote: > -Original Message- > From: Vivian Meazza [mailto:vivian.mea...@lineone.net] > Sent: 24 June 2011 18:45 > To: 'FlightGear developers discussions' > Subject: Re: [Flightgear-devel] Heads up: scenery download /built- > interrasync > > Torsten

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-24 Thread Vivian Meazza
Torsten wrote > > Am 24.06.11 11:09, schrieb Vivian Meazza: > > Looks to me as if the command has to include no white space, and that's > it. > No, it may contain white space. It's just that we mix backslash and > forward slash in the local path. > > This: > D:/terrasync test\Terrain/w130n30/w12

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-24 Thread Torsten Dreyer
Am 24.06.11 11:09, schrieb Vivian Meazza: > Looks to me as if the command has to include no white space, and that's it. No, it may contain white space. It's just that we mix backslash and forward slash in the local path. This: D:/terrasync test\Terrain/w130n30/w122n37 Is a complete mess (from Win

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-24 Thread Vivian Meazza
Torsten wrote, > > > > I also know that quoting white-space paths works well in "command.com" > > Windows shells. But apparently it didn't work when terrasync called the > > "system" function to call "svn". Unfortunately I have no means to test > > any of this on Windows. > The following patch s

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-23 Thread Torsten Dreyer
I also know that quoting white-space paths works well in "command.com" Windows shells. But apparently it didn't work when terrasync called the "system" function to call "svn". Unfortunately I have no means to test any of this on Windows. The following patch seem to do the trick for me, it allow

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-23 Thread ThorstenB
On 23.06.2011 19:16, Vivian Meazza wrote: > This works: > D:\New Git>svn info "C:/Program Files/FlightGear/terrasync/Models" > This does not work: > D:\New Git>svn info "C:/Program Files/FlightGear/terrasync" > Is this any help? Unfortunately this differnece is unrelated. Terrasync creates separ

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-23 Thread Vivian Meazza
ThorstenB wrote > On 23.06.2011 00:32, Vivian Meazza wrote: > Looks like a white space issue to me. > > > > When svn.exe is in the path I get: > > > > Starting automatic scenery download/synchronization. Using external SVN > > utility > > 'svn'. Directory: 'D:/Git_New/terrasync'. > > The filenam

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-23 Thread Gene Buckle
On Thu, 23 Jun 2011, ThorstenB wrote: > On 23.06.2011 00:32, Vivian Meazza wrote: > Looks like a white space issue to me. >> >> When svn.exe is in the path I get: >> >> Starting automatic scenery download/synchronization. Using external SVN >> utility >> 'svn'. Directory: 'D:/Git_New/terrasync'.

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-23 Thread ThorstenB
On 23.06.2011 00:32, Vivian Meazza wrote: Looks like a white space issue to me. > > When svn.exe is in the path I get: > > Starting automatic scenery download/synchronization. Using external SVN > utility > 'svn'. Directory: 'D:/Git_New/terrasync'. > The filename, directory name, or volume label

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-23 Thread Alan Teeder
-- From: "Vivian Meazza" Sent: Thursday, June 23, 2011 8:44 AM To: "'FlightGear developers discussions'" Subject: Re: [Flightgear-devel] Heads up: scenery download /b

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-23 Thread Vivian Meazza
Alan wrote > -- > From: "Vivian Meazza" > Sent: Wednesday, June 22, 2011 11:32 PM > To: "'FlightGear developers discussions'" > > Subject: Re: [Flightgear-devel] Heads up: scenery down

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-23 Thread Alan Teeder
-- From: "Vivian Meazza" Sent: Wednesday, June 22, 2011 11:32 PM To: "'FlightGear developers discussions'" Subject: Re: [Flightgear-devel] Heads up: scenery download /built-interrasync > ThorstenB wrote: >

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-22 Thread Vivian Meazza
ThorstenB wrote: > > You need to provide a target directory for the scenery. This message > means the target directory is completely empty (or contains white-spaces > only). See directory configured in the "scenery download" GUI. > Stuart's suggestion to use a default target may be a good idea. >

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-22 Thread Alan Teeder
Still more problems from Alan. MS- VC90 on my laptop now works fine - thanks. MS- VC10 uses cmake, which does not know how to find the SVN libraries with windows. The SVN includes (in the 3rdparty include directory) are fine. Alan ---

Re: [Flightgear-devel] Heads up: scenery download / built-interrasync

2011-06-22 Thread ThorstenB
On 22.06.2011 16:48, Alex Perry wrote: > If occasional 50x responses occur in batches, but not for most > simulation runs where you synchronize scenery, don't worry about it > and certainly don't blame the FGFS codebase. If 50x's occur routinely > for several hours, feel free to let me know. Just

Re: [Flightgear-devel] Heads up: scenery download /built-interrasync

2011-06-22 Thread Alan Teeder
-- From: "Alex Perry" Sent: Wednesday, June 22, 2011 3:48 PM To: "FlightGear developers discussions" Subject: Re: [Flightgear-devel] Heads up: scenery download /built-interrasync > If occasional 50x responses occur in ba

Re: [Flightgear-devel] Heads up: scenery download / built-interrasync

2011-06-22 Thread Alex Perry
If occasional 50x responses occur in batches, but not for most simulation runs where you synchronize scenery, don't worry about it and certainly don't blame the FGFS codebase. If 50x's occur routinely for several hours, feel free to let me know. Just in case the shared backend is misbehaving. As

Re: [Flightgear-devel] Heads up: scenery download / built-interrasync

2011-06-22 Thread Alan Teeder
Thanks for the help. The built in SVN is now available and working. There is a "BUT" of course. ;-( There are repeated errors:- Failed to synchronize directory ´Airports/Q', Server sent unexpected return value (502 Bad Gateway) in response to PROPFIND for 'svn/!svn/bln/16328/trunck/data/Scen

Re: [Flightgear-devel] Heads up: scenery download / built-interrasync

2011-06-22 Thread Arnt Karlsen
On Wed, 22 Jun 2011 09:25:54 +0200, ThorstenB wrote in message <4e019902.9050...@gmail.com>: > On 21.06.2011 23:00, Alan Teeder wrote: > > Yesterday in the command window I got "Cannot start scenery > > download. No local cache directory defined." > > The new SVN system did not work > > You nee

Re: [Flightgear-devel] Heads up: scenery download / built-interrasync

2011-06-22 Thread ThorstenB
On 21.06.2011 23:00, Alan Teeder wrote: > Yesterday in the command window I got "Cannot start scenery download. No > local cache directory defined." > The new SVN system did not work You need to provide a target directory for the scenery. This message means the target directory is completely emp

Re: [Flightgear-devel] Heads up: scenery download / built-interrasync

2011-06-21 Thread Alan Teeder
With Yesterday in the command window I got "Cannot start scenery download. No local cache directory defined." The new SVN system did not work Today, with the new GIT the Flightgear program crashes. Here is a stack trace: msvcr90.dll!_crt_debugger_hook(int _Reserved=0) Line 65