Re: [PATCH] OPW 2013: Build System Gtest Addition

2013-01-22 Thread Stefan Sperling
On Tue, Jan 22, 2013 at 11:15:30AM +, Gabriela Gibson wrote: Part of my 2013 OPW Project for Subversion is to add the Googletest test suite to be compiled by the build system. Googletests's pages can be found here: http://code.google.com/p/googletest/ There are 3 attachments: the

RE: svn commit: r1436783 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2013-01-22 Thread Bert Huijben
-Original Message- From: i...@apache.org [mailto:i...@apache.org] Sent: dinsdag 22 januari 2013 08:56 To: comm...@subversion.apache.org Subject: svn commit: r1436783 - /subversion/trunk/subversion/libsvn_ra_serf/update.c Author: ivan Date: Tue Jan 22 07:56:21 2013 New Revision:

Re: svn commit: r1436783 - /subversion/trunk/subversion/libsvn_ra_serf/update.c

2013-01-22 Thread Ivan Zhakov
On Tue, Jan 22, 2013 at 5:05 PM, Bert Huijben b...@qqmail.nl wrote: -Original Message- From: i...@apache.org [mailto:i...@apache.org] Sent: dinsdag 22 januari 2013 08:56 To: comm...@subversion.apache.org Subject: svn commit: r1436783 -

working copy timestamp mismatch on checkout

2013-01-22 Thread Philip Martin
A buildbot failed: http://ci.apache.org/builders/svn-x64-ubuntu-gcc/builds/7270 FAIL: basic_tests.py 9: basic corruption detection on update W: = Expected 'mu' and actual 'mu' in status tree are different!

upgrade_tests 29 XFAIL

2013-01-22 Thread Philip Martin
This is a regression test for issue 4035 http://subversion.tigris.org/issues/show_bug.cgi?id=4035 marked XFAIL after the recent entries-dump changes. This test is about upgrading a missing replaced directory, i.e svn rm A/B/E svn add A/B/E rm -rf A/B/E After the upgrade wc.db contains: $

RE: upgrade_tests 29 XFAIL

2013-01-22 Thread Bert Huijben
-Original Message- From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of Philip Martin Sent: dinsdag 22 januari 2013 16:24 To: dev@subversion.apache.org Subject: upgrade_tests 29 XFAIL This is a regression test for issue 4035

RE: Working copy corrupted by branch deletion

2013-01-22 Thread Maxwell Ballenger
Thanks a lot, Bert! I will keep an eye out for the fix. Max From: Bert Huijben [mailto:b...@qqmail.nl] Sent: Saturday, January 19, 2013 3:59 PM To: Maxwell Ballenger; us...@subversion.apache.org Cc: dev@subversion.apache.org Subject: RE: Working copy corrupted by branch deletion

Re: upgrade_tests 29 XFAIL

2013-01-22 Thread Philip Martin
Bert Huijben b...@qqmail.nl writes: W: Couldn't find node 'E' in expected entries tree W: * Node name: E Path: svn-test-work/working_copies/upgrade_tests-29/A/B/E Contents: None Properties: {} Attributes: {'status': 'R ', 'wc_rev': '1'} Children: None (node

RE: upgrade_tests 29 XFAIL

2013-01-22 Thread Bert Huijben
-Original Message- From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of Philip Martin Sent: dinsdag 22 januari 2013 18:56 To: Bert Huijben Cc: dev@subversion.apache.org Subject: Re: upgrade_tests 29 XFAIL Bert Huijben b...@qqmail.nl writes: W: Couldn't find

Re: svn commit: r1408325 - /subversion/branches/wc-collate-path/subversion/libsvn_subr/sqlite.c

2013-01-22 Thread Ben Reser
On Sun, Jan 20, 2013 at 12:15 PM, Thomas Åkesson tho...@akesson.cc wrote: I have spent quite a bit of time writing the wiki pages, experimenting, and discussing with the people who have shown interest (Branko, Julian, Ben and a couple of others in person at Subversion Live, London). I am very

Re: svn commit: r1408325 - /subversion/branches/wc-collate-path/subversion/libsvn_subr/sqlite.c

2013-01-22 Thread Branko Čibej
On 23.01.2013 02:32, Ben Reser wrote: On Sun, Jan 20, 2013 at 12:15 PM, Thomas Åkesson tho...@akesson.cc mailto:tho...@akesson.cc wrote: I have spent quite a bit of time writing the wiki pages, experimenting, and discussing with the people who have shown interest (Branko, Julian,

[PATCH] Support regex in EXPECTED ERR list

2013-01-22 Thread Prabhu Gnana Sundar
Hi, Just while writing test cases for the svnadmin verify --keep-going feature I realized that we do not support regex in the EXPECTED ERR list and felt that it would be really helpful if we supported. So I came up with this patch. This patch would support regex in the entries of the

Re: svn commit: r1408325 - /subversion/branches/wc-collate-path/subversion/libsvn_subr/sqlite.c

2013-01-22 Thread Thomas Åkesson
On 23 jan 2013, at 02:32, Ben Reser b...@reser.org wrote: On Sun, Jan 20, 2013 at 12:15 PM, Thomas Åkesson tho...@akesson.cc wrote: I have spent quite a bit of time writing the wiki pages, experimenting, and discussing with the people who have shown interest (Branko, Julian, Ben and a