davautocheck changes today

2013-07-28 Thread Daniel Shahaf
[ If you read all of commits@, you can skip this email. ] Two incompatible changes made to davautocheck.sh today: - Made it stop the previous httpd instance when starting a new one. (So: if you use davautocheck.sh to start two httpd instances concurrently, that will stop working.) - Added a

What should a buildbot slave test?

2013-07-28 Thread Daniel Shahaf
Infra is offering us a new buildbot builder on Fedora 19. I've taken the liberty of accepting the offer, imagining we'd use this to run tests with non-default options (since our existing builders don't test them). There are numerous settings listed on

[PATCH] davautocheck: stop second-guessing configure

2013-07-28 Thread Daniel Shahaf
Will this patch break anything? I assume it might break running davautocheck against an installed svn/apxs pair --- i.e., running basic_tests.py against /usr/local/bin/apxs and /usr/local/bin/svn, out of a working copy (or tarball) that not even 'configure' had been run in. Thoughts? [[[ Followu

[svnbench] Revision: 1507876 compiled Jul 29 2013, 00:21:55 on x86_64-unknown-linux-gnu

2013-07-28 Thread neels
1.7.0@1181106 vs. trunk@1507860 Started at Mon Jul 29 00:26:13 UTC 2013 *DISCLAIMER* - This tests only file://-URL access on a GNU/Linux VM. This is intended to measure changes in performance of the local working copy layer, *only*. These results are *not* generally true for everyone. Charts of t

[PATCH] print debug information when subprocess.Popen subprocess.Popen

2013-07-28 Thread Masaru Tsuchiyama
Hi. I attach a patch to print debug information when subprocess.Popen raises an exception. If an executable which subprocess.Popen tries to lauch doesn't exist, "Not file found" error ocurrs. But subprocess.Popen doesn't print information which file is not found. So it is difficult to know w

[PATCH] Fix the out-of-bounds memory access in the 'test_string_matching' test

2013-07-28 Thread Evgeny Kotkov
Hi, I've noticed that the test 'test_string_matching' introduced in r1505336 [1] violates the contracts of the svn_cstring__match_length and svn_cstring__reverse_match_length functions: [[[ Return the number of bytes before A and B that don't differ. If no difference can be found in the

Re: [PATCH] add 'svn:use-commit-times' property

2013-07-28 Thread Masaru Tsuchiyama
Hi. I attache new patch. [[[ add 'svn:use-commit-times' property. If a file has 'svn:use-commit-times' property, the timestamp of the file is modified to commit time. * subversion/include/svn_props.h (): add SVN_PROP_USE_COMMIT_TIMES and SVN_PROP_USE_COMMIT_TIMES_VALUE (): ad

Re: svnsync crashes on a huge commit

2013-07-28 Thread Ben Reser
On Sun, Jul 28, 2013 at 1:17 AM, Anatoly Zapadinsky wrote: > It is not a suggestion or a feature request. We are discussing a bug > which was introduced in 1.8 during the transition to serf. There is a > bugfix in trunk. How could it be disputed to merge it to 1.8 branch or > not? You have to post

Re: svnsync crashes on a huge commit

2013-07-28 Thread Anatoly Zapadinsky
On Sat, Jul 27, 2013 at 12:14 PM, Ben Reser wrote: >> I am sorry to open this thread again. But it seems that this revision >> was not included in 1.8.1. Will it be included in 1.8.2? > > It hasn't been nominated at this point. I haven't looked at the > change to know if I'd be willing to nomina