[PATCH] Handle special characters in Junit report

2009-12-03 Thread Bhuvaneswaran A
The failure message for few tests contain special characters, ex: prop_tests.py. As a result, it creates an invalid xml file and not being displayed in Hudson. This commit fixes this issue, also tracked in issue 3541. With this fix, the test results are displayed in Hudson, especially the results

Re: [PATCH] Do not display a binary prop diff in interactive conflict resolver

2009-12-03 Thread Daniel Näslund
> >> [[[ > >> Do not display a binary property diff in the interactive conflict > >> resolver. > >> > >> * subversion/include/svn_io.h > >> (svn_stream_detect_binary_mimetype): New. Declare. > >> > >> * subversion/libsvn_subr/stream.c > >> (svn_stream_detect_binary_mimetype): Check if atleast 8

Re: New website organization (html vs. wiki, and then some)

2009-12-03 Thread Ed
PMJI, Wiki pages should be editable by those with : i. A cla on file. ii. be a committer on the project that owns the wiki. Isn't this like saying someone can commit to the repository if he/she has a CLA on file AND owns the part of the code? Or am I missing some vital information? It was m

Re: [PATCH] Fix race condition in svnsync locking

2009-12-03 Thread Gavin 'Beau' Baumanis
Ping. This patch proposal has received no comments. Gavin. On 28/11/2009, at 06:53 , Jon Foster wrote: > Hi, > > This fixes the race condition where two svnsync processes can lock > the repository at the same time (as noticed by Stefan Sperling > earlier today). I wanted to do this without ch

Re: [PATCH] Add svnsync --use-external-locking option

2009-12-03 Thread Gavin 'Beau' Baumanis
Ping. This Patch submission has received no comments. Gavin. On 28/11/2009, at 03:32 , Jon Foster wrote: > [Very sorry, my mailserver appears to be dropping attachments > and mangling inline patches by word-wrapping them. > Trying yet again, with patch as a ZIP file.] > > Hi, > > As discussed

Re: [PATCH] Do not display a binary prop diff in interactive conflict resolver

2009-12-03 Thread Gavin 'Beau' Baumanis
Ping. This Patch submission has received no new comments. Beau. On 20/11/2009, at 06:00 , Daniel Näslund wrote: > On Wed, Nov 18, 2009 at 10:37:01AM +0100, Daniel Näslund wrote: >> Hi! >> >> [[[ >> Do not display a binary property diff in the interactive conflict >> resolver. >> >> * subver

[PATCH] Simplify running specific tests on Windows

2009-12-03 Thread Chris Foote
Hi, This patch adds the ability to specify one or more tests to run on Windows. The --test option takes the name of the test executable. e.g. win-tests.py --release --test=basic_tests.py -t client-test.exe Regards Chris [[[ Make it easy to (re)run specific tests on windows by adding a --test/-t

Re: New website organization (html vs. wiki, and then some)

2009-12-03 Thread Hyrum K. Wright
On Dec 3, 2009, at 2:12 PM, Gav... wrote: > On Thu, 3 Dec 2009 13:18:58 -0800, Mark Phippard > wrote: >> On Thu, Dec 3, 2009 at 1:12 PM, Mark Phippard wrote: >>> On Thu, Dec 3, 2009 at 1:06 PM, C. Michael Pilato >>> wrote: >>> NOTE: I'm making two assumptions here: (1) that we would ne

Re: New website organization (html vs. wiki, and then some)

2009-12-03 Thread Gav...
On Thu, 3 Dec 2009 13:18:58 -0800, Mark Phippard wrote: > On Thu, Dec 3, 2009 at 1:12 PM, Mark Phippard wrote: >> On Thu, Dec 3, 2009 at 1:06 PM, C. Michael Pilato >> wrote: >> >>> NOTE:  I'm making two assumptions here:  (1) that we would never >>> consider >>> using a Wiki that didn't send pag

Re: New website organization (html vs. wiki, and then some)

2009-12-03 Thread Mark Phippard
On Thu, Dec 3, 2009 at 1:12 PM, Mark Phippard wrote: > On Thu, Dec 3, 2009 at 1:06 PM, C. Michael Pilato wrote: > >> NOTE:  I'm making two assumptions here:  (1) that we would never consider >> using a Wiki that didn't send page change notifications to our commits@ list >> (or maybe a dedicated w

Re: New website organization (html vs. wiki, and then some)

2009-12-03 Thread Mark Phippard
On Thu, Dec 3, 2009 at 1:06 PM, C. Michael Pilato wrote: > NOTE:  I'm making two assumptions here:  (1) that we would never consider > using a Wiki that didn't send page change notifications to our commits@ list > (or maybe a dedicated wiki@), and (2) that any wiki service that the ASF > provided

New website organization (html vs. wiki, and then some)

2009-12-03 Thread C. Michael Pilato
I'd like to start a discussion based on an opinion I noted in a previous thread[1] -- the preferred use of a Wiki as opposed to static HTML for some of what we currently have living in our webspace. Currently, the trunk/www directory on subversion.tigris.org has 64 HTML files of various mixed purp

Re: Problems with mod_dav_svn and pre-revprop-change hook

2009-12-03 Thread C. Michael Pilato
Rawk! Thanks, Jon. Jon Foster wrote: > Hi, > > Done. I split the report in two, as there are two separate issues. > > Issue 3542 > pre-revprop-change hook executed twice by mod_dav_svn > http://subversion.tigris.org/issues/show_bug.cgi?id=3542 > > Issue 3543 > mod_dav_svn: Error messages from

RE: Problems with mod_dav_svn and pre-revprop-change hook

2009-12-03 Thread Jon Foster
Hi, Done. I split the report in two, as there are two separate issues. Issue 3542 pre-revprop-change hook executed twice by mod_dav_svn http://subversion.tigris.org/issues/show_bug.cgi?id=3542 Issue 3543 mod_dav_svn: Error messages from pre-revprop-change are discarded http://subversion.tigris.

Re: Problems with mod_dav_svn and pre-revprop-change hook

2009-12-03 Thread C. Michael Pilato
Jon Foster wrote: > [Resending as the company e-mail system is still stripping > non-ZIP attachments] > > Hi, > > I think there are 2 separate bugs in mod_dav_svn's pre-revprop-change > handling. (Mostly due to problems with mod_dav). Jon, would you be so kind as to file in issue in our tracker

Re: Hudson jobs for Solaris system

2009-12-03 Thread Bhuvaneswaran A
Committed this patch in r886816. On Thu, 2009-12-03 at 12:45 +0530, Bhuvaneswaran A wrote: > The Solaris node lucene.zones.apache.org is online. The Hudson jobs to > build Subversion on Solaris10 system is functional. > > Please find attached the patch to add those configuration files to the > re

Re: Problems with mod_dav_svn and pre-revprop-change hook

2009-12-03 Thread Philip Martin
"Jon Foster" writes: > I am using Subversion 1.6.6 and Debian's Apache httpd 2.2.9, but I > can't see any relevant changes in Apache httpd's SVN Trunk. > If the hook script blocks the change, then mod_dav_svn tries to set > the property back to it's original value, and it calls the hook > script

Re: Incubator status page

2009-12-03 Thread C. Michael Pilato
Bhuvaneswaran A wrote: > On Wed, 2009-12-02 at 12:18 -0500, C. Michael Pilato wrote: >> Bhuvaneswaran A wrote: >>> I was using doxygen 1.6.1 in people.apache.org. Possibly, Mike should >>> upgrade doxygen in svn.collab.net? >> I've tried -- the dependency chain is too deep to fuss with for so very

Problems with mod_dav_svn and pre-revprop-change hook

2009-12-03 Thread Jon Foster
Hi, I think there are 2 separate bugs in mod_dav_svn's pre-revprop-change handling. (Mostly due to problems with mod_dav). I am using Subversion 1.6.6 and Debian's Apache httpd 2.2.9, but I can't see any relevant changes in Apache httpd's SVN Trunk. Reproduction recipes are attached - demo1.sh

Re: [PATCH] Fix javahl tests when builddir!=srcdir

2009-12-03 Thread Julian Foad
On Wed, 2009-12-02, Philip Martin wrote: > Philip Martin writes: > > > There was 1 error: > > 1) > > testLoadRepo(org.tigris.subversion.javahl.SVNAdminTests)java.io.FileNotFoundException: > > > > /home/pm/sw/subversion/obj/subversion/bindings/javahl/tests/data/issue2979.dump > > (No such file

Re: Subversion 1.6.7 on Dec. 16.

2009-12-03 Thread Branko Čibej
Hyrum K. Wright wrote: > Hi all. > > Gather up your holiday cheer, for I would like to propose a gift to the > Subversion user community: Subversion 1.6.7. I know that folks have been > busy with the ASF transition as of late, but our users have been busy finding > bugs and STATUS is getting pr