RE: man pages for Subversion

2013-08-10 Thread Bert Huijben
Hi. Can you please stop bashing Windows. We also want to support OS/2, Netware, Be/os and any other system that the Apr library supports. Breaking the command line client for these systems includes breaking our entire test suite. Svn is how we test the library and we try to avoid platform

RE: svn commit: r1512013 -

2013-08-10 Thread Bert Huijben
Can you add your scons version to this issue so we can look at it in more detail via the scons history? I verified that some rpaths were set with latest scons on FreeBSD a few weeks ago. Usually scons ignores new variables for compatibility between versions. Bert From: Stefan Sperling Sent:

Re: [PATCH] speed up svn_repos_authz_check_access

2013-08-10 Thread Roderich Schupp
On Friday, August 9, 2013, Philip Martin wrote: We could cache the results of authz_parse_line. That would limit the cache size as it would only grow to the number of sections in the file. Also authz_parse_line is often the expensive bit as it involves checking the user against all the

Re: Merge bug causes changesets to be applied although this should not be the case

2013-08-10 Thread Fredrik Orderud
On Fri, Aug 9, 2013 at 5:18 PM, Daniel Shahaf danie...@elego.de wrote: Fredrik Orderud wrote on Tue, Aug 06, 2013 at 22:40:02 +0200: I've now written an XFAIL test for merging the same change change twice. Patch attached. The test fails as expected due to the lack of conflict. This is the

Re: Merge bug causes changesets to be applied although this should not be the case

2013-08-10 Thread Fredrik Orderud
On Sat, Aug 10, 2013 at 9:30 PM, Fredrik Orderud forde...@gmail.com wrote: On Fri, Aug 9, 2013 at 5:18 PM, Daniel Shahaf danie...@elego.de wrote: Fredrik Orderud wrote on Tue, Aug 06, 2013 at 22:40:02 +0200: I've now written an XFAIL test for merging the same change change twice. Patch

Re: Merge bug causes changesets to be applied although this should not be the case

2013-08-10 Thread Daniel Shahaf
Fredrik Orderud wrote on Sun, Aug 11, 2013 at 00:26:54 +0200: I've managed to rewrite the test script to use A/mu in the auto-generated greek tree, but I did not understand how to use svntest/actions.py to parse the output. Still, I took the liberty of attaching a 2nd revision of the failing