Re: Subversion & Windows

2013-01-13 Thread Philip Herron
On Tue, Jan 8, 2013 at 8:28 PM, Ben Reser wrote: > We seem to be having trouble getting releases out the door and the > delay is almost always related to Windows votes. > > Consider the following data: > Release Planned Actual Unix vs Windows > 1.6.19 10 Sep 2012

Re: 1.6.20 up for testing/signing

2013-01-02 Thread Philip Herron
On 03/01/13 00:53, Philip Martin wrote: > Philip Herron writes: > >> For the libserf thing on debian 5 i get >> >> /home/wandisco/SUBVERSION/BUILDS/subversion-1.6.20-1356654074.89/subversion/libsvn_ra_serf/ra_serf.h:40:2: >> error: #error Please update your ver

Re: 1.6.20 up for testing/signing

2013-01-02 Thread Philip Herron
On 03/01/13 00:30, Ben Reser wrote: > This is somewhat offtopic for the release. > > On Wed, Jan 2, 2013 at 3:26 PM, Philip Herron > wrote: >> Debian 5 wouldn't build because needing libserf >= 0.3.0 i could try and >> remove libserf from the build but tempt

Re: 1.6.20 up for testing/signing

2013-01-02 Thread Philip Herron
On 03/01/13 00:22, Philip Martin wrote: > Philip Herron writes: > >> On 02/01/13 19:22, Ben Reser wrote: >>> On Wed, Jan 2, 2013 at 11:12 AM, Paul Burba wrote: >>>> Gah, sorry about that. Fixed. >>> >>> Thanks, no big deal. >>> >&

Re: 1.6.20 up for testing/signing

2013-01-02 Thread Philip Herron
On 02/01/13 19:22, Ben Reser wrote: > On Wed, Jan 2, 2013 at 11:12 AM, Paul Burba wrote: >> Gah, sorry about that. Fixed. > > Thanks, no big deal. > I seem to be having issues getting --with-kwallet on rhel 6 to work. kwallet.h lives in /usr/include/kde4 and it wants to link against libkdecore

Re: 1.7.8 up for testing/signing

2012-12-12 Thread Philip Herron
Ok cool never seen these ones there was probably a much older one i was looking at where can i download these ones? --Phil On 12/12/12 11:56, Philip Martin wrote: > Philip Herron writes: > >> Which patch are you referring in paticular? > > subversion-1.7.5/debian/patches/apr

Re: 1.7.8 up for testing/signing

2012-12-12 Thread Philip Herron
On 11/12/12 16:11, Peter Samuelson wrote: > > [Philip Martin] >> I assume WANdisco's package is intended to replace the libraries in the >> standard Debian or Ubuntu libsvn1 package, in which case you need to use >> the same patch. If you ship -1.so.0 libraries then applications linked >> to the

Re: 1.7.8 up for testing/signing

2012-12-11 Thread Philip Herron
On 11/12/12 03:03, Paul Burba wrote: > On Mon, Dec 10, 2012 at 5:07 PM, Ben Reser wrote: >> The 1.7.8 release artifacts are now available for testing/signing. >> Please get the tarballs from >> https://dist.apache.org/repos/dist/dev/subversion >> and add your signatures there. >> >> Thanks! > >

Re: 1.7.7 up for testing/signing

2012-10-05 Thread Philip Herron
Sorry for flooding but i get errors building libsvn_subr UINT64_C not being defined. I got around the previous problem with copying the libs so they are named correctly. --Phil On 05/10/12 18:32, Philip Herron wrote: I think my build is going quite well at the moment but i see LINK : fatal

Re: 1.7.7 up for testing/signing

2012-10-05 Thread Philip Herron
py that to libsvn_delta-1.lib. Maybe something silly is going wrong. I think i will install VC2010 on monday and hope for the best. On 05/10/12 17:01, Philip Herron wrote: Thanks btw i think i have nearly cracked it was using the wrong libintl need to use that patched one. Maybe its worth me writin

Re: 1.7.7 up for testing/signing

2012-10-05 Thread Philip Herron
think i might have it working this time. --Phil On 05/10/12 16:47, Philip Herron wrote: I think i found the majority of my problems. Seems as though its building in VC2012 at the moment. For libintl the path you specify the gen-win.py looks for path/inc and path/lib. For the headers and lib

Re: 1.7.7 up for testing/signing

2012-10-05 Thread Philip Herron
l On 05/10/12 16:17, Philip Herron wrote: On 05/10/12 16:14, Bert Huijben wrote: -Original Message- From: Mark Phippard [mailto:markp...@gmail.com] Sent: vrijdag 5 oktober 2012 17:00 To: Philip Herron Cc: dev@subversion.apache.org Subject: Re: 1.7.7 up for testing/signing On Fri,

Re: 1.7.7 up for testing/signing

2012-10-05 Thread Philip Herron
On 05/10/12 16:14, Bert Huijben wrote: -Original Message- From: Mark Phippard [mailto:markp...@gmail.com] Sent: vrijdag 5 oktober 2012 17:00 To: Philip Herron Cc: dev@subversion.apache.org Subject: Re: 1.7.7 up for testing/signing On Fri, Oct 5, 2012 at 10:51 AM, Philip Herron wrote

Re: 1.7.7 up for testing/signing

2012-10-05 Thread Philip Herron
d should be the "copy" you're proposing. -- Brane On 4 October 2012 16:00, Mark Phippard wrote: I paid closer attention this time. The file is *not* generated when I run the Python script. When I build the solution from the command line the file is generated, so it must be done

Re: 1.7.7 up for testing/signing

2012-10-05 Thread Philip Herron
be the "copy" you're proposing. -- Brane On 4 October 2012 16:00, Mark Phippard wrote: I paid closer attention this time. The file is *not* generated when I run the Python script. When I build the solution from the command line the file is generated, so it must be done as par

Re: 1.7.7 up for testing/signing

2012-10-04 Thread Philip Herron
u run the Python script (gen-make.py) to generate the Windows build files? That is a first step required in doing a Windows build and that is what generates that file from the template. The equivalent of running ./configure on *nix. Mark On Thu, Oct 4, 2012 at 10:11 AM, Philip Herron

Re: 1.7.7 up for testing/signing

2012-10-04 Thread Philip Herron
Building on Windows vc2005 i had problem with svn_private_config.h not being found in the .zip its named: svn_private_config.hw not sure if this is a bug of mean to be some kind of *.h.in file for autoconf or something. But thought it was worth noting. --Phil On 04/10/12 07:25, Ben Reser wrot