Re: strange caracteres

2011-03-01 Thread Kevin Grover
I just read that report and could not see a way to add comments, so I'm replying here. I know I should really send this to the subversion, list, I'll cc them. Couldn't we just 'extent' the keyword syntax to include an encoding $Id[latin1]$ or $Id:latin1$ --- probably ambiguous or some other f

Re: [PATCH] New XFail test for issue 3826

2011-03-01 Thread Noorul Islam K M
Daniel Shahaf writes: > r1076100. Review below. > > Noorul Islam K M wrote on Wed, Mar 02, 2011 at 09:33:54 +0530: >> Index: subversion/tests/cmdline/diff_tests.py >> === >> --- subversion/tests/cmdline/diff_tests.py (revision 107

Re: [PATCH] Fix ctypes-python tests by clearing pool

2011-03-01 Thread Noorul Islam K M
Daniel Shahaf writes: > Noorul Islam K M wrote on Wed, Mar 02, 2011 at 07:36:08 +0530: > >> Noorul Islam K M writes: >> > Noorul Islam K M writes: >> >> This patch fixes some minor issues with ctypes-python. Now we are >> >> explicitly clearing the pool. >> >> >> >> Log >> >> [[[ >> >> >> >> Fi

Re: [PATCH] New XFail test for issue 3826

2011-03-01 Thread Daniel Shahaf
r1076100. Review below. Noorul Islam K M wrote on Wed, Mar 02, 2011 at 09:33:54 +0530: > Index: subversion/tests/cmdline/diff_tests.py > === > --- subversion/tests/cmdline/diff_tests.py(revision 1074971) > +++ subversion/tests/cm

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Mar 02, 2011 at 05:44:14 +0200: > julianf...@apache.org wrote on Tue, Mar 01, 2011 at 17:47:05 -: > > +SVN_TEST_ASSERT(err != NULL); > > +SVN_TEST_ASSERT(err->apr_err == SVN_ERR_WC_CORRUPT_TEXT_BASE); Perhaps something along these lines? [[[ Index: subversi

[PATCH] New XFail test for issue 3826

2011-03-01 Thread Noorul Islam K M
Attached is a new XFail test for issue 3826. Log [[[ New XFail test for issue 3826. * subversion/tests/cmdline/diff_tests.py (diff_abs_localpath_from_wc_folder): New XFail test. (test_list): Run it. Patch by: Noorul Islam K M Found by: danielsh ]]] Index: subversion/tests/cmdline/diff_t

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Mar 01, 2011 at 17:47:05 -: > * notes/wc-ng/pristine-store > * subversion/libsvn_wc/wc_db_pristine.c :-) > +/* Check that the store rejects an attempt to replace an existing pristine > + * text with different text. > + * > + * White-box knowledge: The impl

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Daniel Shahaf
julianf...@apache.org wrote on Tue, Mar 01, 2011 at 17:47:05 -: > Author: julianfoad > Date: Tue Mar 1 17:47:04 2011 > New Revision: 1075942 > > URL: http://svn.apache.org/viewvc?rev=1075942&view=rev > Log: > Make the pristine text store guarantee that a pristine text stream being > read will

Re: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS

2011-03-01 Thread Daniel Shahaf
Bert Huijben wrote on Tue, Mar 01, 2011 at 23:06:33 +0100: > (Our test suite assumes a shared library apr). How does the test suite assume that? (Is it the build.conf settings for the C tests?)

Re: [PATCH] Fix issue #3686 - executable bit not set during merge

2011-03-01 Thread Daniel Shahaf
Stefan Sperling wrote on Tue, Mar 01, 2011 at 14:01:54 +0100: > On Tue, Mar 01, 2011 at 07:24:56PM +1100, Gavin Beau Baumanis wrote: > > Ping. This submission has received no new comments. > > Thanks for the reminder. Committed in r1075802. Thanks, Stefan. (The patch had swapped out for me since

Re: [PATCH] Fix ctypes-python tests by clearing pool

2011-03-01 Thread Daniel Shahaf
Noorul Islam K M wrote on Wed, Mar 02, 2011 at 07:36:08 +0530: > Noorul Islam K M writes: > > Noorul Islam K M writes: > >> This patch fixes some minor issues with ctypes-python. Now we are > >> explicitly clearing the pool. > >> > >> Log > >> [[[ > >> > >> Fix ctypes-python tests by explicitly c

Subversion hackathon at Knockree Retreat (13-16 May)

2011-03-01 Thread Nick Burch
Hi All The Apache Conferences Committee (ConCom) are pleased to announce the 2nd Apache Retreat at Knockree in Ireland, from Friday 13th to Monday 16th May. As some of you may already known, your project is taking part in the retreat, and is hosting a hackathon/planning session there. For th

Re: [bug] /abs/path/of/cwd/abs/path/of/target

2011-03-01 Thread Daniel Shahaf
Daniel Shahaf wrote on Wed, Mar 02, 2011 at 04:44:53 +0200: > Noorul Islam K M wrote on Wed, Mar 02, 2011 at 07:15:02 +0530: > > Shall I open an issue for this? > > If you want to --- sure, that'll save me five minutes next week :-). > Please set the milestone to 1.7.0 (it's a release blocker) and

Re: [bug] /abs/path/of/cwd/abs/path/of/target

2011-03-01 Thread Daniel Shahaf
Noorul Islam K M wrote on Wed, Mar 02, 2011 at 07:15:02 +0530: > Daniel Shahaf writes: > > Bogus path handling bug: > > > > [[[ > > % pwd > > /tmp/svn/wc1 > > % $svn di /tmp/svn/wc2/ > > svn: E15: '/tmp/svn/wc1/tmp/svn/wc2' is not under version control > > It seems to be regression. This work

Re: [PATCH] Fix ctypes-python tests by clearing pool

2011-03-01 Thread Noorul Islam K M
Noorul Islam K M writes: > Noorul Islam K M writes: > >> This patch fixes some minor issues with ctypes-python. Now we are >> explicitly clearing the pool. >> >> Log >> [[[ >> >> Fix ctypes-python tests by explicitly clearing pool. >> >> * subversion/bindings/ctypes-python/csvn/wc.py, >> subve

Re: [bug] /abs/path/of/cwd/abs/path/of/target

2011-03-01 Thread Noorul Islam K M
Daniel Shahaf writes: > Bogus path handling bug: > > [[[ > % svnadmin create r1 > % svnadmin create r2 > % svn co -q file://`pwd`/r1 wc1 > % svn co -q file://`pwd`/r2 wc2 > > % ls -d *[12] > r1 r2 wc1 wc2 > % touch wc2/iota > % $svn add -q wc2/iota > % cd wc1 > > % pwd > /tmp/svn/wc1 > % $svn

RE: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS

2011-03-01 Thread Bert Huijben
> -Original Message- > From: hwri...@apache.org [mailto:hwri...@apache.org] > Sent: dinsdag 1 maart 2011 20:24 > To: comm...@subversion.apache.org > Subject: svn commit: r1075984 - /subversion/branches/1.6.x/STATUS > > Author: hwright > Date: Tue Mar 1 19:23:37 2011 > New Revision: 1075

Re: svn commit: r1076023 - /subversion/trunk/subversion/libsvn_wc/wc_db_pdh.c

2011-03-01 Thread Greg Stein
On Tue, Mar 1, 2011 at 16:07, wrote: > Author: hwright > Date: Tue Mar  1 21:07:07 2011 > New Revision: 1076023 > > URL: http://svn.apache.org/viewvc?rev=1076023&view=rev > Log: > * subversion/libsvn_wc/wc_db_pdh.c >  (svn_wc__db_close): Similar to r1076018, use improved hash accessor > function

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Ivan Zhakov
On Tue, Mar 1, 2011 at 23:30, Julian Foad wrote: > On Tue, 2011-03-01 at 21:00 +0100, Stefan Sperling wrote: >> On Tue, Mar 01, 2011 at 10:07:58PM +0300, Ivan Zhakov wrote: >> > On Tue, Mar 1, 2011 at 20:47,   wrote: >> > > Author: julianfoad >> > > Date: Tue Mar  1 17:47:04 2011 >> > > New Revisi

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Julian Foad
On Tue, 2011-03-01 at 21:00 +0100, Stefan Sperling wrote: > On Tue, Mar 01, 2011 at 10:07:58PM +0300, Ivan Zhakov wrote: > > On Tue, Mar 1, 2011 at 20:47, wrote: > > > Author: julianfoad > > > Date: Tue Mar 1 17:47:04 2011 > > > New Revision: 1075942 > > > > > > URL: http://svn.apache.org/viewvc

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 10:07:58PM +0300, Ivan Zhakov wrote: > On Tue, Mar 1, 2011 at 20:47, wrote: > > Author: julianfoad > > Date: Tue Mar  1 17:47:04 2011 > > New Revision: 1075942 > > > > URL: http://svn.apache.org/viewvc?rev=1075942&view=rev > > Log: > > Make the pristine text store guarante

Re: [PATCH] - Fix for issue #3792

2011-03-01 Thread Stefan Sperling
On Sat, Feb 05, 2011 at 12:55:55PM +0530, Noorul Islam K M wrote: > Daniel Shahaf writes: > >> @@ -363,6 +364,9 @@ > >> SVN_ERR(svn_cmdline_printf(pool, _("Copied From Rev: %ld\n"), > >> info->copyfrom_rev)); > >> } > >> + > >> + if (info->depth

Re: 1.7 crash on ctrl-c during co

2011-03-01 Thread Arnout van Meer
Mailing list archive rejects attachment with .log extension, re-added as .txt On 1 March 2011 18:57, Arnout van Meer wrote: > Hey, > > Was running an svn co to with my locally compiled svn/trunk client, win7. > Ctrl-c to abort the process ended in a crash, seemingly in serf. Log > attached. Serf

Re: svn commit: r1075942 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc_db.h subversion/libsvn_wc/wc_db_pristine.c subversion/tests/libsvn_wc/pristine-store-test.c

2011-03-01 Thread Ivan Zhakov
On Tue, Mar 1, 2011 at 20:47, wrote: > Author: julianfoad > Date: Tue Mar  1 17:47:04 2011 > New Revision: 1075942 > > URL: http://svn.apache.org/viewvc?rev=1075942&view=rev > Log: > Make the pristine text store guarantee that a pristine text stream being > read will remain readable even if the t

Re: [PATCH] HTTPv2 allow client to control transaction name in protocol

2011-03-01 Thread C. Michael Pilato
On 03/01/2011 01:56 PM, C. Michael Pilato wrote: > On 03/01/2011 01:12 PM, Philip Martin wrote: >> "C. Michael Pilato" writes: >> >>> Just a thought: Have you considered expanding the scope of the private >>> resource space rather than using the magic prefix hack? You could add >>> ".../!svn/vtx

1.7 crash on ctrl-c during co

2011-03-01 Thread Arnout van Meer
Hey, Was running an svn co to with my locally compiled svn/trunk client, win7. Ctrl-c to abort the process ended in a crash, seemingly in serf. Log attached. Serf used was latest trunk from a few days ago. - Arnout

Re: [PATCH] HTTPv2 allow client to control transaction name in protocol

2011-03-01 Thread C. Michael Pilato
On 03/01/2011 01:12 PM, Philip Martin wrote: > "C. Michael Pilato" writes: > >> Just a thought: Have you considered expanding the scope of the private >> resource space rather than using the magic prefix hack? You could add >> ".../!svn/vtxn/UUID" and ".../!svn/vtxr/UUID/..." to be alternate wa

Re: [PATCH] Compiling subversion trunk with httpd trunk code fails

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 11:08:22PM +0530, Kamesh Jayachandran wrote: > >On the whole I preferred the macro solution. > > Me to prefer the orignal macro based solution. OK. Let's go for that, then.

RE: svn commit: r1073366 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc-queries.sql subversion/libsvn_wc/wc_db_pristine.c

2011-03-01 Thread Julian Foad
Bert Huijben wrote: > > -Original Message- > > From: Julian Foad [mailto:julian.f...@wandisco.com] > > > > I'm not clear exactly what problem we would avoid by eliminating the > > "select a unique name" step of this process. Is it what I describe > > below at the end of note [1] - that a s

Re: [PATCH] HTTPv2 allow client to control transaction name in protocol

2011-03-01 Thread Philip Martin
"C. Michael Pilato" writes: > Just a thought: Have you considered expanding the scope of the private > resource space rather than using the magic prefix hack? You could add > ".../!svn/vtxn/UUID" and ".../!svn/vtxr/UUID/..." to be alternate ways to > address transactions and transaction roots (

RE: [PATCH] Compiling subversion trunk with httpd trunk code fails

2011-03-01 Thread Kamesh Jayachandran
>No! If you are going to use separate functions then write: >static void log_access_verdict(...) >{ It still needs a signature change to log_access_verdict. >#if AP_MODULE_MAGIC_AT_LEAST(...) > log_access_verdict_httpd_v23(...) >#else > log_access_verdict_httpd_v22(...) >#endif >} >so that

Re: [PATCH] HTTPv2 allow client to control transaction name in protocol

2011-03-01 Thread C. Michael Pilato
On 03/01/2011 11:50 AM, Philip Martin wrote: > "C. Michael Pilato" writes: > >> On 03/01/2011 10:09 AM, Philip Martin wrote: >>> Index: subversion/mod_dav_svn/dav_svn.h >>> === >>> --- subversion/mod_dav_svn/dav_svn.h(revisio

Re: [PATCH] Compiling subversion trunk with httpd trunk code fails

2011-03-01 Thread Philip Martin
vijay writes: > * This function is used as a provider to allow mod_dav_svn to bypass the > @@ -580,7 +624,11 @@ >if (!conf->anonymous >|| (! (conf->access_file || conf->repo_relative_access_file))) > { > - log_access_verdict(APLOG_MARK, r, 0, repos_path, NULL); > +#if AP_M

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 04:43:47PM +, Neil Bird wrote: > Around about 01/03/11 16:34, Stefan Sperling typed ... > >It's not perfect yet. There are regression test failures around > >setting file permissions for svn:needs-lock and svn:executable. > > Yes, I saw those. > > > >But the most in

Re: [PATCH] Compiling subversion trunk with httpd trunk code fails

2011-03-01 Thread vijay
Herewith attached the updated patch and log message. Thanks & Regards, Vijayaguru On Tuesday 01 March 2011 06:30 PM, Stefan Sperling wrote: On Tue, Mar 01, 2011 at 11:59:28AM +0530, vijay wrote: [[[ Update log_access_verdict to make it work with httpd trunk as well as older versions. The funct

Re: [PATCH] HTTPv2 allow client to control transaction name in protocol

2011-03-01 Thread Philip Martin
"C. Michael Pilato" writes: > On 03/01/2011 10:09 AM, Philip Martin wrote: >> Index: subversion/mod_dav_svn/dav_svn.h >> === >> --- subversion/mod_dav_svn/dav_svn.h (revision 1075718) >> +++ subversion/mod_dav_svn/dav_svn.h (working

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Neil Bird
Around about 01/03/11 16:34, Stefan Sperling typed ... It's not perfect yet. There are regression test failures around setting file permissions for svn:needs-lock and svn:executable. Yes, I saw those. But the most interesting bit of information is whether it fixes the performance issues, w

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Neil Bird
Around about 01/03/11 16:03, Stefan Sperling typed ... Neil, can you try the attached patch, please? Thanks! Running all tests in lock_tests.py [57/71]...FAILURE FAIL: lock_tests.py 25: svn:needs-lock and svn:executable, part I FAIL: lock_tests.py 26: svn:needs-lock and svn:executable, part I

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 04:08:30PM +, Neil Bird wrote: > Around about 01/03/11 16:03, Stefan Sperling typed ... > >Neil, can you try the attached patch, please? Thanks! > > OK, are you just trying to embarrass me now by getting an > alternative patch out so quickly?? :-) Heh. No, that's no

Re: [PATCH] HTTPv2 allow client to control transaction name in protocol

2011-03-01 Thread C. Michael Pilato
On 03/01/2011 10:09 AM, Philip Martin wrote: > Index: subversion/mod_dav_svn/dav_svn.h > === > --- subversion/mod_dav_svn/dav_svn.h (revision 1075718) > +++ subversion/mod_dav_svn/dav_svn.h (working copy) > @@ -52,6 +52,9 @@ > /* a

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Neil Bird
Around about 01/03/11 16:03, Stefan Sperling typed ... Neil, can you try the attached patch, please? Thanks! OK, are you just trying to embarrass me now by getting an alternative patch out so quickly?? :-) I'll try it now ... -- [neil@fnx ~]# rm -f .signature [neil@fnx ~]# ls -l .signa

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Neil Bird
Around about 01/03/11 15:19, Daniel Shahaf typed ... The magic is "add 840074 to the old revnum to get the new one": http://svn.apache.org/repos/asf/subversion/README Ah, all is clear[er]. -- [neil@fnx ~]# rm -f .signature [neil@fnx ~]# ls -l .signature ls: .signature: No such file or direct

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 04:42:28PM +0100, Stefan Sperling wrote: > I will try backporting the trunk code to 1.6.x myself. > If that gets anywhere then we can use it. Neil, can you try the attached patch, please? Thanks! Index: subversion/libsvn_subr/io.c ===

1.7.0 issues

2011-03-01 Thread Hyrum K Wright
Hi all. As we get closer to 1.7.0, it's nice to be able to identify the various blocker issues for release. I'll send a separate mail asking about the various issues independently, but for now, let's agree to only use the '1.7.0' milestone for things that block the release. If it's something tha

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 02:01:34PM +, Neil Bird wrote: > Around about 08/02/11 10:01, Neil Bird typed ... > Just to re-iterate, what I've done is change > svn_io_open_unique_file3() so that instead of just calling > svn_io_open_uniquely_named() it is in fact a verbatim copy of > svn_io_open_u

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Daniel Shahaf
Quick reply to address just this one point: Neil Bird wrote on Tue, Mar 01, 2011 at 14:01:34 +: > All that added to the fact that the revision numbers seem to have > all changed (the move from Tigris to Apache?), so even when the > comments *do* say that they're fixing blah from rev. xxx, th

Re: [PATCH] issue #3719 fix slow large checkouts on Windows

2011-03-01 Thread Neil Bird
Around about 08/02/11 10:01, Neil Bird typed ... Around about 08/02/11 09:03, Daniel Shahaf typed ... Thanks. However, to clarify, I'm not specifically interested in the "give us N revisions" form; I'm just interested in seeing a coherent patch at the end, and wanted to ensure you haven't forgot

[PATCH] HTTPv2 allow client to control transaction name in protocol

2011-03-01 Thread Philip Martin
The V2 HTTP protocol replaces MKACTIVITY and the client supplied UUID with POST and a server supplied name that corresponds to the underlying FS transaction name. This means that FS transaction names are now exposed in the HTTP protocol. For ordinary client-server operation this is not a problem

RE: svn commit: r1073366 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc-queries.sql subversion/libsvn_wc/wc_db_pristine.c

2011-03-01 Thread Bert Huijben
> -Original Message- > From: Julian Foad [mailto:julian.f...@wandisco.com] > Sent: dinsdag 1 maart 2011 14:34 > To: Bert Huijben > Cc: 'Branko Čibej'; 'Subversion Development' > Subject: RE: svn commit: r1073366 - in /subversion/trunk: notes/wc- > ng/pristine-store subversion/libsvn_wc/wc

RE: svn commit: r1073366 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc-queries.sql subversion/libsvn_wc/wc_db_pristine.c

2011-03-01 Thread Julian Foad
On Mon, 2011-02-28, Bert Huijben wrote: > > -Original Message- > > From: Julian Foad [mailto:julian.f...@wandisco.com] > > > > On Mon, 2011-02-28, I (Julian Foad) wrote: > > > On Sat, 2011-02-26, Branko Čibej wrote: > > > > On 26.02.2011 20:40, Ivan Zhakov wrote: > > > > > Btw I think it m

Re: [PATCH] Fix issue #3686 - executable bit not set during merge

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 07:24:56PM +1100, Gavin Beau Baumanis wrote: > Ping. This submission has received no new comments. Thanks for the reminder. Committed in r1075802.

Re: [PATCH] Compiling subversion trunk with httpd trunk code fails

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 11:59:28AM +0530, vijay wrote: > [[[ > Update log_access_verdict to make it work with httpd trunk as well as older > versions. The function is being called with APLOG_MACRO in few places. > The macro APLOG_MARK expands to 2 arguments till httpd-2.2.x but 3 > arguments in htt

Re: functions that would help TSVN

2011-03-01 Thread Stefan Sperling
On Tue, Mar 01, 2011 at 01:20:20PM +0100, Stefan Küng wrote: > Let me illustrate this a little bit: > Assume: 1M properties in 100k folders > svn_proplist recursive. > Callback called 100k times > for every callback: > - svn lib allocates memory for the data > - calls callback function, passes da

Re: functions that would help TSVN

2011-03-01 Thread Stefan Küng
On Tue, Mar 1, 2011 at 12:45, Stefan Sperling wrote: >> Since most UI clients need all the data in memory anyway, I'd like >> to have a separate svn_client_proplist() API that does *one* db >> query and returns all the results in one go. >> There are several reasons: >> * as mentioned, most UI cli

Re: functions that would help TSVN

2011-03-01 Thread Stefan Sperling
On Mon, Feb 28, 2011 at 08:35:44PM +0100, Stefan Küng wrote: > One other thing I'd like to discuss: currently all svn functions use > streams and provide the data in callbacks to save memory. While I > fully understand that, I'd like to have at least the > svn_client_proplist() function to also pro

Re: [PATCH] Compiling subversion trunk with httpd trunk code fails

2011-03-01 Thread Philip Martin
vijay writes: > Index: subversion/mod_authz_svn/mod_authz_svn.c > === > --- subversion/mod_authz_svn/mod_authz_svn.c (revision 1075316) > +++ subversion/mod_authz_svn/mod_authz_svn.c (working copy) > @@ -32,6 +32,7 @@ > #include

Re: Restarting Apache during a commit through a proxy

2011-03-01 Thread Philip Martin
Philip Martin writes: > I've been thinking about this overnight and I believe I need to do more > investigation on the WANdisco side. I now realise I was mistaken about this problem. The fact that we don't fsync during a transaction doesn't affect Apache restarts. When Apache acknowledges an h

Re: [PATCH] Fix issue #3686 - executable bit not set during merge

2011-03-01 Thread Gavin Beau Baumanis
Ping. This submission has received no new comments. On 22/02/2011, at 8:31 AM, Daniel Becroft wrote: > On Sun, Feb 13, 2011 at 2:15 AM, Daniel Shahaf > wrote: > Daniel Becroft wrote on Sat, Feb 12, 2011 at 08:37:12 +1000: > > On Sat, Feb 12, 2011 at 7:31 AM, Daniel Shahaf > > wrote: > > > >