Re: svn commit: r1035869 [1/19] - in /subversion/branches/performance: ./ build/ build/generator/ build/generator/templates/ build/win32/ subversion/bindings/javahl/native/ subversion/bindings/javahl/

2010-11-16 Thread Stefan Sperling
On Wed, Nov 17, 2010 at 12:09:55AM -, stef...@apache.org wrote: > Author: stefan2 > Date: Wed Nov 17 00:09:50 2010 > New Revision: 1035869 > > URL: http://svn.apache.org/viewvc?rev=1035869&view=rev > Log: > On the performance branch: > Bring up-to-date with trunk. > [lots of tree conflicts due

Re: [PATCH] copy_tests.py - expand move_file_back_and_forth, to verify issue #3429

2010-11-16 Thread Johan Corveleyn
On Wed, Nov 17, 2010 at 2:14 AM, Johan Corveleyn wrote: > The attached patch expands the test "move_file_back_and_forth" > (copy_tests.py 45) as a regression test for issue#3429. > > [[[ > Expand move_file_back_and_forth test to verify issue #3429 > ("svn mv A B; svn mv B A" generates replace with

[PATCH] copy_tests.py - expand move_file_back_and_forth, to verify issue #3429

2010-11-16 Thread Johan Corveleyn
The attached patch expands the test "move_file_back_and_forth" (copy_tests.py 45) as a regression test for issue#3429. [[[ Expand move_file_back_and_forth test to verify issue #3429 ("svn mv A B; svn mv B A" generates replace without history). * subversion/tests/cmdline/copy_tests.py (move_file

Re: [PATCH] Use svn_fs_fs__id_unparse() to construct the noderev cache key

2010-11-16 Thread Stefan Fuhrmann
On 15.11.2010 23:22, Gavin Beau Baumanis wrote: Ping. This has received no further comments. Gavin "Beau" Baumanis E: gav...@thespidernet.com On 31/10/2010, at 12:42 PM, Daniel Shahaf wrote: Is there a reason not to apply this "let's not reinvent the wheel" patch? [[[ Index: subversion/li

Re: Issue triage: issues 3429 and 3474

2010-11-16 Thread Johan Corveleyn
On Mon, Nov 8, 2010 at 1:02 PM, Philip Martin wrote: > Johan Corveleyn writes: > >> Or, maybe the best approach: I could add a regression test for these >> issues, so we can all be sure that they are fixed (and remain fixed), >> after which they can be marked as fixed. > > Yes, please.  Are there

Re: [PATCH] Use svn_fs_fs__id_unparse() to construct the noderev cache key

2010-11-16 Thread Stefan Fuhrmann
On 17.11.2010 00:11, Daniel Shahaf wrote: Hyrum K. Wright wrote on Tue, Nov 16, 2010 at 13:02:04 -0600: Since Daniel is a committer, I suspect he will track this change (relieving you of the burden of doing so). That's correct. -Hyrum I'm not decided about that patch, yet. id_unparse is rel

Re: [PATCH] Use svn_fs_fs__id_unparse() to construct the noderev cache key

2010-11-16 Thread Daniel Shahaf
Hyrum K. Wright wrote on Tue, Nov 16, 2010 at 13:02:04 -0600: > Since Daniel is a committer, I suspect he will track this change > (relieving you of the burden of doing so). > That's correct. > -Hyrum > > On Mon, Nov 15, 2010 at 4:22 PM, Gavin Beau Baumanis > wrote: > > Ping. This has received

Re: scan_deletion - why?

2010-11-16 Thread Greg Stein
I'm not sure that I understand the goal here. Is there a problem that is trying to be solved? If not, then I'd recommend just marking this down as an item to "review in 1.8". Cheers, -g On Tue, Nov 16, 2010 at 12:51, Julian Foad wrote: > I'm auditing the uses of scan_deletion() and its semi-publ

Windows svnsync test suite failures and a clue

2010-11-16 Thread Paul Burba
As some of you know I've recently had some strange failures with the svnsync tests on both trunk and 1.6.x. All the tests started failing during setup when the stdout of svnsync init was lost, e.g.: [[[ C:\SVN\src-branch-1.6.x>run.python.test.DEBUG.bat svnsync 1 -v C:\SVN\src-branch-1.6.x>set TE

Re: svn commit: r1035831 - in /subversion/trunk: ./ subversion/bindings/javahl/native/ subversion/bindings/javahl/src/org/apache/subversion/javahl/ subversion/bindings/javahl/src/org/apache/subversion

2010-11-16 Thread Blair Zajac
On 11/16/10 2:05 PM, hwri...@apache.org wrote: Author: hwright Date: Tue Nov 16 22:05:17 2010 New Revision: 1035831 URL: http://svn.apache.org/viewvc?rev=1035831&view=rev Log: Change the name of the JavaHL "type" package to "types". Suggested by: blair Thanks! Blair

Re: svn commit: r1035773 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/ src/org/apache/subversion/javahl/type/

2010-11-16 Thread Hyrum Wright
On Tue, Nov 16, 2010 at 2:19 PM, Blair Zajac wrote: > On 11/16/10 12:06 PM, hwri...@apache.org wrote: >> >> Author: hwright >> Date: Tue Nov 16 20:06:56 2010 >> New Revision: 1035773 >> >> URL: http://svn.apache.org/viewvc?rev=1035773&view=rev >> Log: >> JavaHL: Move the Tristate class into the ty

Re: svn commit: r1035773 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/ src/org/apache/subversion/javahl/type/

2010-11-16 Thread Blair Zajac
On 11/16/10 12:06 PM, hwri...@apache.org wrote: Author: hwright Date: Tue Nov 16 20:06:56 2010 New Revision: 1035773 URL: http://svn.apache.org/viewvc?rev=1035773&view=rev Log: JavaHL: Move the Tristate class into the type package. Hyrum, Using "type" as a package name will cause compile fail

Re: [PATCH] Fix Perl bindings for svn_auth_get_platform_specific_client_providers

2010-11-16 Thread Matthijs Kooijman
Hi Hyrum, > I guess I also should have asked if this something which should go > into the 1.6.x line (I imagine so). The sooner the better, since that would make it more feasible to fix up git to actually use this. Gr. Matthijs signature.asc Description: Digital signature

Re: [PATCH] Fix Perl bindings for svn_auth_get_platform_specific_client_providers

2010-11-16 Thread Hyrum K. Wright
I guess I also should have asked if this something which should go into the 1.6.x line (I imagine so). -Hyrum On Tue, Nov 16, 2010 at 1:02 PM, Matthijs Kooijman wrote: > Hi Hyrum, > >> Committed to trunk in r1035745. > Awesome, thanks! > > Now it's time to bugger the git maintainers again for th

Re: [PATCH] Fix Perl bindings for svn_auth_get_platform_specific_client_providers

2010-11-16 Thread Matthijs Kooijman
Hi Hyrum, > Committed to trunk in r1035745. Awesome, thanks! Now it's time to bugger the git maintainers again for the other end of this patch :-) Gr. Matthijs signature.asc Description: Digital signature

Re: [PATCH] Use svn_fs_fs__id_unparse() to construct the noderev cache key

2010-11-16 Thread Hyrum K. Wright
Since Daniel is a committer, I suspect he will track this change (relieving you of the burden of doing so). -Hyrum On Mon, Nov 15, 2010 at 4:22 PM, Gavin Beau Baumanis wrote: > Ping. This has received no further comments. > > > > Gavin "Beau" Baumanis > E: gav...@thespidernet.com > > > On 31/10/

Re: [PATCH] Fix Perl bindings for svn_auth_get_platform_specific_client_providers

2010-11-16 Thread Hyrum K. Wright
Committed to trunk in r1035745. On Mon, Nov 15, 2010 at 4:24 PM, Gavin Beau Baumanis wrote: > Ping. This patch submission has received no comments. > > Gavin "Beau" Baumanis > E: gav...@thespidernet.com > > > On 02/11/2010, at 1:42 AM, Matthijs Kooijman wrote: > >> Hi folks, >> >> this is a resub

Re: [PATCH] Bug in svn_fs_paths_changed2() Python bindings?

2010-11-16 Thread C. Michael Pilato
On 11/15/2010 03:05 PM, Alexey Neyman wrote: > Hi all, > > On Wednesday, August 11, 2010 01:09:50 pm C. Michael Pilato wrote: >> On 08/11/2010 03:10 PM, C. Michael Pilato wrote: >>> On 08/10/2010 09:22 PM, Alexey Neyman wrote: Okay, try again: [[[ Fix the type of structures ret

scan_deletion - why?

2010-11-16 Thread Julian Foad
I'm auditing the uses of scan_deletion() and its semi-public wrapper svn_wc__db_scan_deletion(): what do its callers really want? My goals: to be able to understand the callers, and then adapt them to op-depth semantics and also simplify them. It seems to me there's far too much obfuscation going

Re: A new 1.7 switch feature?

2010-11-16 Thread C. Michael Pilato
On 11/16/2010 07:43 AM, Philip Martin wrote: > Is this something that we should be supporting? > > Perhaps we should get rid of the externals code and use this instead? > Yes, it appears to work for files. Eek. The file externals feature came about because it just so happened that we supported s

Re: Translation help

2010-11-16 Thread Hyrum K. Wright
On Tue, Nov 16, 2010 at 8:34 AM, Bolstridge, Andrew wrote: >> -Original Message- >> From: hy...@hyrumwright.org [mailto:hy...@hyrumwright.org] On Behalf >> Of Hyrum K. Wright >> Sent: 15 November 2010 18:17 >> To: Subversion Development >> Subject: Translation help >> >> To any current and

RE: Translation help

2010-11-16 Thread Bolstridge, Andrew
> -Original Message- > From: hy...@hyrumwright.org [mailto:hy...@hyrumwright.org] On Behalf > Of Hyrum K. Wright > Sent: 15 November 2010 18:17 > To: Subversion Development > Subject: Translation help > > To any current and/or interested translators: > > In an effort to make translation o

Re: [PATCH] error leak on performance branch

2010-11-16 Thread Stefan Sperling
On Tue, Nov 16, 2010 at 09:37:53AM +1100, Gavin Beau Baumanis wrote: > Hi Stefan, > > Just checking if there is anything remainig with this patch? > I haven't noticed a "committed" reply or any further comments. Thanks for the reminder! stefan2 committed a very similar patch in r1033040. Stefan

A new 1.7 switch feature?

2010-11-16 Thread Philip Martin
We seem to have given switch a new ability in 1.7, it's possible to switch a unversioned path: svnadmin create repo svn mkdir -mm file://`pwd`/repo/A svn co file://`pwd`/repo wc svn sw file://`pwd`/repo/A wc/X Now I see: svn st wc S wc/X and sqlite wc/.svn/wc.db "select * from nodes" 1|

Re: --with-ssl, --with-openssl - svn commit: r1035375 - /subversion/trunk/configure.ac

2010-11-16 Thread Julian Foad
On Mon, 2010-11-15 at 17:59 +, cmpil...@apache.org wrote: > Author: cmpilato > Date: Mon Nov 15 17:59:39 2010 > New Revision: 1035375 > > URL: http://svn.apache.org/viewvc?rev=1035375&view=rev > Log: > For issue #3301 ("Cannot build without OpenSSL"),

Re: [PATCH] Indentation error in swig binding

2010-11-16 Thread Philip Martin
Gavin Beau Baumanis writes: > Just checking if there is anything left to do for this thread. Nothing more to do, thanks! -- Philip

Re: [PATCH] make check-ctypes-python fails when executed from non src build direction

2010-11-16 Thread Gavin Beau Baumanis
Thanks Julian, Gavin "Beau" Baumanis On 16/11/2010, at 9:41 PM, Julian Foad wrote: > Gavin Beau Baumanis wrote: >> Ping. This thread has received no further comments. > > Thanks Gavin, but in fact I did commit Noorul's patch in r1030557: > .

Re: [PATCH] make check-ctypes-python fails when executed from non src build direction

2010-11-16 Thread Julian Foad
Gavin Beau Baumanis wrote: > Ping. This thread has received no further comments. Thanks Gavin, but in fact I did commit Noorul's patch in r1030557: . (The thread's subject line no longer contained '[PATCH]' by that point.) I am not taking any fu