Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-07-22 Thread James Turner
On 21 Jul 2013, at 13:45, Alan Teeder wrote: > What is the status of this on Windows 64 bit? > > Up until now I have kept with 32 bit builds on Windows due to the lack of a > 64 bit version of libSvn. The replacement code is disabled by default on next, and 2.12 will certainly not use it. My

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-07-21 Thread Alan Teeder
What is the status of this on Windows 64 bit? Up until now I have kept with 32 bit builds on Windows due to the lack of a 64 bit version of libSvn. Alan -Original Message- From: James Turner Sent: Tuesday, June 11, 2013 4:17 PM To: FlightGear developers discussions Subject: [Flightgear

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-21 Thread James Turner
On 11 Jun 2013, at 16:17, James Turner wrote: > I've pushed some code to Git, which will ultimately replace our use of > libSvn, and hence simplify build and deployment, especially on Mac and > Windows. This has an immediate benefit for end-users too: TerraSync will use > pretty much half the

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-19 Thread Alan Teeder
James Success !! The built in system populates an empty Terrasync directory, and my “new” hangar appears at an otherwise empty airfield (EGNO). Thanks Alan-- This SF.net email is sponsored by Windows: Build for Windows St

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-19 Thread Alan Teeder
AVE_SVN_CLIENT_H)”, showing that the code after and including “or” is ignored. This is confirmed at runtime as "Using external SVN utility '" appears in the log. Alan From: Alan Teeder Sent: Tuesday, June 18, 2013 10:17 AM To: FlightGear developers discussions Subject: Re: [Fligh

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-18 Thread Alan Teeder
And it works too! Once the problem that Vivian reported is sorted I will also try with a 64 bit Windows build. Thanks Alan From: Alan Teeder Sent: Tuesday, June 18, 2013 9:55 AM To: FlightGear developers discussions Subject: Re: [Flightgear-devel] TerraSync libSVN replacement testing James

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-18 Thread Alan Teeder
Subject: Re: [Flightgear-devel] TerraSync libSVN replacement testing James I found this, in terrasync.cxx, line 91, but the compilation is still failing #if (defined(HAVE_SVN_CLIENT_H) or defined(SG_SVN_CLIENT)) should be ? #if (defined(HAVE_SVN_CLIENT_H) || defined(SG_SVN_CLIENT)) Alan From

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-17 Thread Alan Teeder
developers discussions Subject: Re: [Flightgear-devel] TerraSync libSVN replacement testing Sorry James, I just reported ,and then left it. I can give it a go, but my C++ debugging is somewhat hit and miss. Alan From: James Turner Sent: Monday, June 17, 2013 9:38 PM To: FlightGear developers

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-17 Thread Alan Teeder
Sorry James, I just reported ,and then left it. I can give it a go, but my C++ debugging is somewhat hit and miss. Alan From: James Turner Sent: Monday, June 17, 2013 9:38 PM To: FlightGear developers discussions Subject: Re: [Flightgear-devel] TerraSync libSVN replacement testing On 17

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-17 Thread James Turner
On 17 Jun 2013, at 21:25, Vivian Meazza wrote: > Haven't managed to get it to work for Win 7 64 bit either - still seems to > want LIBSVN to build. Seems to be a cmake issue, but I'm not confident that > I know how to fix this one. That's because I didn't yet remove the libsvn checks - that wou

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-17 Thread Vivian Meazza
Alan > Sent: 17 June 2013 20:06 > To: FlightGear developers discussions > Subject: Re: [Flightgear-devel] TerraSync libSVN replacement testing > > Does this affect the code freeze? > > -Original Message- > From: Alan Teeder > Sent: Tuesday, June 11, 20

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-17 Thread Alan Teeder
Does this affect the code freeze? -Original Message- From: Alan Teeder Sent: Tuesday, June 11, 2013 8:12 PM To: FlightGear developers discussions Subject: Re: [Flightgear-devel] TerraSync libSVN replacement testing James As requested (windows 7, MSVC10 (32bit build): (Sorry) Alan 3

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread James Turner
On 11 Jun 2013, at 18:52, Anders Gidenstam wrote: > I always use the separate terrasync binary since with it I only have to > suffer the initial startup synchronization once per day - and not for each > FG session. > > Will the separate terrasync binary use the new SVN replacement if I set >

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread Alan Teeder
James As requested (windows 7, MSVC10 (32bit build): (Sorry) Alan 3> terrasync.cxx 3>C:/FlightGear/simgear\simgear/io/SVNRepository.hxx(58): error C2059: syntax error : 'constant' 3>C:/FlightGear/simgear\simgear/io/SVNRepository.hxx(65): error C2143: syntax error : missing ';' before '}' 3>C:

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread Anders Gidenstam
On Tue, 11 Jun 2013, James Turner wrote: > (BTW, the option to use rsync or external, command-line svnclient still > exists, and will be retained - though I am curious if anyone still uses > those options!) I always use the separate terrasync binary since with it I only have to suffer the init