Re: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-18 Thread Julian Foad
Would it be useful to copy this explanation somewhere more discoverable -- somewhere in the source tree, or linked from the release notes page? - Julian Philip Martin wrote: > Johan Corveleyn writes: > >> With this new "exclusive" mode it's probably quite clear (no >> parallellism possible

Re: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-17 Thread Johan Corveleyn
On Mon, Oct 15, 2012 at 7:09 PM, wrote: > Author: philip > Date: Mon Oct 15 17:09:01 2012 > New Revision: 1398389 > > URL: http://svn.apache.org/viewvc?rev=1398389&view=rev > Log: > Enable SQLite exclusive locking for the command line client as this is > a major performance gain for working copie

Re: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-16 Thread Philip Martin
Mark Moe writes: > Would it be possible for the blocked read operations to hang for a > configured "X" number of seconds (maybe with a "waiting X seconds for > exclusive-mode lock to free up" message)? It does block for up to 10s. I can't see how to know when to output the message. -- Join us

RE: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-16 Thread Mark Moe
Would it be possible for the blocked read operations to hang for a configured "X" number of seconds (maybe with a "waiting X seconds for exclusive-mode lock to free up" message)? This would be useful for both (1) waiting just a little bit of time to prevent unnecessary failure errors and (2) expla

RE: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-16 Thread Bert Huijben
> -Original Message- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: dinsdag 16 oktober 2012 17:06 > To: Johan Corveleyn > Cc: dev@subversion.apache.org > Subject: Re: svn commit: r1398389 - in /subversion/trunk/

Re: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-16 Thread Philip Martin
Johan Corveleyn writes: > With this new "exclusive" mode it's probably quite clear (no > parallellism possible at all), but because of the fuzzyness of the > non-exclusive behavior this leaves me wondering: "which things does > this exclusive mode make impossible, which were still possible under

Re: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-16 Thread Johan Corveleyn
On Mon, Oct 15, 2012 at 7:09 PM, wrote: > Author: philip > Date: Mon Oct 15 17:09:01 2012 > New Revision: 1398389 > > URL: http://svn.apache.org/viewvc?rev=1398389&view=rev > Log: > Enable SQLite exclusive locking for the command line client as this is > a major performance gain for working copie

Re: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-15 Thread Julian Foad
> URL: http://svn.apache.org/viewvc?rev=1398389&view=rev > Log: > Enable SQLite exclusive locking for the command line client as this is [...] This deprecates svn_client_config_create() and adds /** Initialize a client context.  * Set @a *ctx to a client context object, allocated in @a pool,

Re: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-15 Thread Philip Martin
Daniel Shahaf writes: > phi...@apache.org wrote on Mon, Oct 15, 2012 at 17:09:02 -: >> Author: philip >> Date: Mon Oct 15 17:09:01 2012 >> New Revision: 1398389 >> >> URL: http://svn.apache.org/viewvc?rev=1398389&view=rev >> Log: >> Enable SQLite exclusive locking for the command line client

Re: svn commit: r1398389 - in /subversion/trunk/subversion: include/ libsvn_client/ libsvn_subr/ libsvn_wc/ svn/ tests/libsvn_wc/

2012-10-15 Thread Daniel Shahaf
phi...@apache.org wrote on Mon, Oct 15, 2012 at 17:09:02 -: > Author: philip > Date: Mon Oct 15 17:09:01 2012 > New Revision: 1398389 > > URL: http://svn.apache.org/viewvc?rev=1398389&view=rev > Log: > Enable SQLite exclusive locking for the command line client as this is > > +"### Se