Re: [PATCH] [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-07-05 Thread Philip Martin
Stéphane Gaudreault writes: > Here is a patch that fix compilation of the perl bindings on i686 : Is the compilation failing? I think the compilation works, the problem is the bindings fail at runtime. > https://bugs.archlinux.org/task/24540 > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=6

RE: Third (and probably last) alpha coming later this week

2011-07-05 Thread Bert Huijben
> -Original Message- > From: Hyrum K Wright [mailto:hy...@hyrumwright.org] > Sent: maandag 4 juli 2011 19:34 > To: Philip Martin > Cc: Bert Huijben; Subversion Development > Subject: Re: Third (and probably last) alpha coming later this week > > On Mon, Jul 4, 2011 at 10:37 AM, Philip Ma

Test results using SERVER_MINOR_VERSION=5

2011-07-05 Thread Noorul Islam K M
Attached is the fails.log file for the tests that I ran using the following command. make check SERVER_MINOR_VERSION=5 I hope this will be useful to figure whether we need to fix those tests. Thanks and Regards Noorul fails.log.svn_minor_version_5.txt.gz Description: Binary data

Re: Test results using SERVER_MINOR_VERSION=4

2011-07-05 Thread Noorul Islam K M
Noorul Islam K M writes: > Attached is the fails.log and tests.log files for the tests that I ran > using the following command. > Actually only fails.log file is attached. I think that is sufficient. Thanks and Regards Noorul

Test results using SERVER_MINOR_VERSION=6

2011-07-05 Thread Noorul Islam K M
Attached is the fails.log file for the tests that I ran using the following command. make check SERVER_MINOR_VERSION=6 I hope this will be useful to figure whether we need to fix those tests. Thanks and Regards Noorul fails.log.svn_minor_version_6.txt.gz Description: Binary data

Re: Test results using SERVER_MINOR_VERSION=5

2011-07-05 Thread Daniel Shahaf
Noorul Islam K M wrote on Tue, Jul 05, 2011 at 17:03:34 +0530: > > Attached is the fails.log file for the tests that I ran using the > following command. > > make check SERVER_MINOR_VERSION=5 > > I hope this will be useful to figure whether we need to fix those > tests. > > Thanks and Regards

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread Hyrum K Wright
On Mon, Jul 4, 2011 at 10:07 PM, Greg Stein wrote: > > On Jul 4, 2011 10:18 PM, "Greg Stein" wrote: >> >> >> On Jul 4, 2011 1:34 PM, "Hyrum K Wright" wrote: >> > >> > On Mon, Jul 4, 2011 at 10:37 AM, Philip Martin >> > wrote: >> > > "Bert Huijben" writes: >> > > >> > >> The issue Ivan Zhakov i

Re: Test results using SERVER_MINOR_VERSION=6

2011-07-05 Thread Daniel Shahaf
Obviously there is a syntax error in the test. At a closer read, there is also a semantic error in the PASSES_WITHOUT_BPV() helper's code for old servers. I'll add it to my list. Not a critical release blocker, but it'd be nice for the unit test not to fail spuriously. Noorul Islam K M wrote

Re: Test results using SERVER_MINOR_VERSION=5

2011-07-05 Thread Daniel Shahaf
Daniel Shahaf wrote on Tue, Jul 05, 2011 at 15:49:09 +0300: > Noorul Islam K M wrote on Tue, Jul 05, 2011 at 17:03:34 +0530: > > FAIL: svnadmin_tests.py 23: svnadmin verify with non-UTF-8 paths > > This tests for a feature added less than a month ago, ie, expected > failure. r1143037

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread Mark Phippard
On Tue, Jul 5, 2011 at 8:51 AM, Hyrum K Wright wrote: >> We want to ship the best product possible. This mailing list is defined to >> be our decision-making focus. It seems incorrect to disregard a reported >> problem simply because (for whatever reason) an issue is not in the tracker. > > I don

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread Philip Martin
Mark Phippard writes: > Anyway, from what I see this still has not been entered in the issue > tracker. Also, if Bert seems to have a fix for the problem why are we > not just putting that in place? I do not get the "waiting for Ivan" > part. Is there anything blocking Ivan from making the fix

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread Mark Phippard
On Tue, Jul 5, 2011 at 9:52 AM, Philip Martin wrote: > Mark Phippard writes: > >> Anyway, from what I see this still has not been entered in the issue >> tracker.  Also, if Bert seems to have a fix for the problem why are we >> not just putting that in place?  I do not get the "waiting for Ivan"

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread Philip Martin
Mark Phippard writes: > On Tue, Jul 5, 2011 at 9:52 AM, Philip Martin > wrote: >> >> If I enable both Bert's code and Ivan's reverted change the regression >> tests PASS. > > Yes, Bert said as much. The issue was that Ivan asked him not to > commit until he examined the problem in more detail.

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread C. Michael Pilato
On 07/05/2011 09:57 AM, Mark Phippard wrote: > BTW, Bert, Ivan indicated the Neon problem happens if you add the > directive "SVNAllowBulkUpdates off" to the server. This makes Neon > behave like Serf in terms of doing a GET for each file. ... and I looks like Philip filed an issue for exactly th

Re: [PATCH] run_tests.py - Restrict values to --server-minor-version.

2011-07-05 Thread Daniel Shahaf
Noorul Islam K M wrote on Tue, Jul 05, 2011 at 11:47:22 +0530: > Daniel Shahaf writes: > > > At least this needs cross-referencing comments to svntest/main.py which > > does the same check. > > > > I agree. Please find attached updated patch. > > > I don't know (and haven't looked) whether it's

Re: svn commit: r1143092 - in /subversion/trunk: build/run_tests.py subversion/tests/cmdline/svntest/main.py

2011-07-05 Thread noorul Islam. Kamal Malmiyoda
On Jul 5, 2011, at 8:37 PM, "danie...@apache.org" wrote: > Author: danielsh > Date: Tue Jul 5 15:06:25 2011 > New Revision: 1143092 > > URL: http://svn.apache.org/viewvc?rev=1143092&view=rev > Log: > * build/run_tests.py > (TestHarness.__init__): Restrict --server-minor-version to take value

Re: svn commit: r1143092 - in /subversion/trunk: build/run_tests.py subversion/tests/cmdline/svntest/main.py

2011-07-05 Thread Daniel Shahaf
r1143103, thanks. (And also thanks to Bert for drawing my attention to it.)

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread Greg Stein
On Tue, Jul 5, 2011 at 09:44, Mark Phippard wrote: > On Tue, Jul 5, 2011 at 8:51 AM, Hyrum K Wright wrote: > >>> We want to ship the best product possible. This mailing list is defined to >>> be our decision-making focus. It seems incorrect to disregard a reported >>> problem simply because (for

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread Philip Martin
Greg Stein writes: > An issue has been filed now, for all the issue-oriented people. Done. > Process works. No, it has not. I filed issue 3946, but that's not the problem that Bert first mentioned. I suppose I could put Bert's second email into an issue, but I don't really understand the probl

RE: Third (and probably last) alpha coming later this week

2011-07-05 Thread Bert Huijben
> -Original Message- > From: Greg Stein [mailto:gst...@gmail.com] > Sent: dinsdag 5 juli 2011 20:15 > To: Mark Phippard > Cc: Hyrum K Wright; dev@subversion.apache.org > Subject: Re: Third (and probably last) alpha coming later this week > > On Tue, Jul 5, 2011 at 09:44, Mark Phippard wro

Re: Third (and probably last) alpha coming later this week

2011-07-05 Thread Hyrum K Wright
On Tue, Jul 5, 2011 at 1:14 PM, Greg Stein wrote: > > On Tue, Jul 5, 2011 at 09:44, Mark Phippard wrote: > > On Tue, Jul 5, 2011 at 8:51 AM, Hyrum K Wright > > wrote: > > > >>> We want to ship the best product possible. This mailing list is defined to > >>> be our decision-making focus. It seem

Re: [PATCH] [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-07-05 Thread Stéphane Gaudreault
Le 5 juillet 2011 04:24:11, Philip Martin a écrit : > Stéphane Gaudreault writes: > > Here is a patch that fix compilation of the perl bindings on i686 : > Is the compilation failing? I think the compilation works, the problem > is the bindings fail at runtime. > > > https://bugs.archlinux.org/t

Re: [PATCH] [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-07-05 Thread Stefan Sperling
On Tue, Jul 05, 2011 at 03:27:51PM -0400, Stéphane Gaudreault wrote: > Compilation is not failing. The bindings fail at runtime on i686, but works > on > x86_64. > > Here are the perl and subversion cflags on i686 : > > subversion: -march=i686 -mtune=generic -O2 -pipe -pthread - > D_LARGEFILE

Re: [PATCH] [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-07-05 Thread Philip Martin
Stefan Sperling writes: > This pretty much confirms the suspicion that this is a packaging > problem, as discussed here: > http://svn.haxx.se/users/archive-2011-06/0261.shtml > > Please fix the packaging of Perl and Subversion in Arch Linux. > Other affected distributions should do the same. Sub

Re: Final WC format bump before branch

2011-07-05 Thread Greg Stein
On Thu, Jun 30, 2011 at 11:01, Hyrum K Wright wrote: > We're almost ready to branch 1.7.x, and there remains the business of > cleaning up the database schema from columns introduced in the 1.7 > development cycle.  This has historically be labelled 'format 99', and > is found at the bottom of wc-

Re: svn commit: r1142026 - in /subversion/branches/svn_mutex/subversion: include/private/svn_mutex.h libsvn_subr/svn_mutex.c

2011-07-05 Thread Greg Stein
On Mon, Jul 4, 2011 at 17:55, Stefan Fuhrmann wrote: >... >> I agree with Daniel's suggestion to add a "with_lock" function that >> invokes a callback with the mutex held. That is probably the safest >> way to use the mutexes, and it will always guarantee they are unlocked >> (eg. in the face of a

JavaHL Package structure

2011-07-05 Thread Hyrum K Wright
Mark, As you are a primary consumer of the JavaHL API, would you mind looking it over so we can fix any remaining issues before the 1.7.x branch? I realize it's been stable for the past little while, but some positive confirmation that things look good would make me a feel a bit better. A lot has

Re: [PATCH] [perl bindings] Bizarre copy of UNKNOWN in subroutine

2011-07-05 Thread Stéphane Gaudreault
Le 5 juillet 2011 15:51:58, Philip Martin a écrit : > Stefan Sperling writes: > > This pretty much confirms the suspicion that this is a packaging > > problem, as discussed here: > > http://svn.haxx.se/users/archive-2011-06/0261.shtml > > > > Please fix the packaging of Perl and Subversion in Arc

Re: Final WC format bump before branch

2011-07-05 Thread Hyrum K Wright
On Tue, Jul 5, 2011 at 3:28 PM, Greg Stein wrote: > On Thu, Jun 30, 2011 at 11:01, Hyrum K Wright wrote: >> We're almost ready to branch 1.7.x, and there remains the business of >> cleaning up the database schema from columns introduced in the 1.7 >> development cycle.  This has historically be l

Re: Final WC format bump before branch

2011-07-05 Thread Greg Stein
On Tue, Jul 5, 2011 at 17:47, Hyrum K Wright wrote: >... > Greg, in r879400 you added the following comment to wc-metadata.sql: > > /* Format 99 drops all columns not needed due to previous format upgrades. >   Before we release 1.7, these statements will be pulled into a format bump >   and all t