RE: svn commit: r1398863 - in /subversion/trunk/subversion: include/private/svn_subr_private.h include/svn_error_codes.h libsvn_subr/version.c tests/libsvn_subr/compat-test.c

2012-10-17 Thread Bert Huijben
> -Original Message- > From: C. Michael Pilato [mailto:cmpil...@collab.net] > Sent: dinsdag 16 oktober 2012 20:11 > To: Bert Huijben > Cc: dev@subversion.apache.org > Subject: Re: svn commit: r1398863 - in /subversion/trunk/subversion: > include/private/svn_subr_private.h include/svn_erro

Re: svn commit: r1399052 - /subversion/trunk/subversion/include/svn_error_codes.h

2012-10-17 Thread C. Michael Pilato
On 10/16/2012 08:12 PM, danie...@apache.org wrote: > Author: danielsh > Date: Wed Oct 17 00:12:21 2012 > New Revision: 1399052 > > URL: http://svn.apache.org/viewvc?rev=1399052&view=rev > Log: > * subversion/include/svn_error_codes.h > (SVN_ERR_MALFORMED_VERSION_STRING): Fix typo in string. Doh

New PGP key.

2012-10-17 Thread C. Michael Pilato
Hey, all. I wanted to make you aware of the fact that, in response to Ben Reser's recent urgings to do so, I've generate a new PGP keypair for myself with a higher encryption level. $ gpg --fingerprint 0xFE681333 pub 4096R/FE681333 2012-10-08 Key fingerprint = 753B 2F9D F717 FA23 A43E E7

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: r1399064 - in /subversion/trunk/subversion/bindings/javahl: native/ src/org/apache/subversion/javahl/

2012-10-17 Thread Mark Phippard
On Tue, Oct 16, 2012 at 9:44 PM, Hyrum K Wright wrote: > Well, we have to return both the existing property *and* the inherited > props. I don't think a Map will meet those criteria. I thought the API just returns all the props and it is up to the caller to decide what to do with the info, such

Re: [serf-dev] Double compression over HTTPS

2012-10-17 Thread Ivan Zhakov
On Fri, Oct 5, 2012 at 1:51 PM, Lieven Govaerts wrote: > Hi, > > when OpenSSL is built with zlib, it will automatically compress all data > sent over an SSL connection. You can see this in the initial handshake > "Client Hello" and "Server Hello" where client and server agree on the > compression

Regular expressions in Subversion

2012-10-17 Thread Hyrum K Wright
There are several places where regular expressions would be useful in Subversion. Off hand, the new log --search feature and svn:ignore properties feel like they'd be use candidates for regexs, and they could probably also apply to authz rules eventually. I'm sure there are more. Historically, t

RE: Regular expressions in Subversion

2012-10-17 Thread Bert Huijben
> -Original Message- > From: Hyrum K Wright [mailto:hy...@hyrumwright.org] > Sent: woensdag 17 oktober 2012 18:20 > To: Subversion Development > Subject: Regular expressions in Subversion > > There are several places where regular expressions would be useful in > Subversion. Off hand, t

Re: Regular expressions in Subversion

2012-10-17 Thread Daniel Shahaf
Hyrum K Wright wrote on Wed, Oct 17, 2012 at 12:20:20 -0400: > These come at the expenses of a couple of less-used regex features, PLease be objective/specific: it doesn't support backreferences and zero-width lookarounds.

Re: [serf-dev] Double compression over HTTPS

2012-10-17 Thread Stefan Fuhrmann
On Wed, Oct 17, 2012 at 4:40 PM, Ivan Zhakov wrote: > On Fri, Oct 5, 2012 at 1:51 PM, Lieven Govaerts wrote: > > Hi, > > > > when OpenSSL is built with zlib, it will automatically compress all data > > sent over an SSL connection. You can see this in the initial handshake > > "Client Hello" and

Re: Regular expressions in Subversion

2012-10-17 Thread Hyrum K Wright
On Wed, Oct 17, 2012 at 1:22 PM, Daniel Shahaf wrote: > Hyrum K Wright wrote on Wed, Oct 17, 2012 at 12:20:20 -0400: >> These come at the expenses of a couple of less-used regex features, > > PLease be objective/specific: it doesn't support backreferences and > zero-width lookarounds. Correct (so

Re: Regular expressions in Subversion

2012-10-17 Thread Stefan Küng
On 17.10.2012 18:20, Hyrum K Wright wrote: There are several places where regular expressions would be useful in Subversion. Off hand, the new log --search feature and svn:ignore properties feel like they'd be use candidates for regexs, and they could probably also apply to authz rules eventuall

Re: Regular expressions in Subversion

2012-10-17 Thread Daniel Shahaf
Hyrum K Wright wrote on Wed, Oct 17, 2012 at 13:46:34 -0400: > On Wed, Oct 17, 2012 at 1:22 PM, Daniel Shahaf > wrote: > > Hyrum K Wright wrote on Wed, Oct 17, 2012 at 12:20:20 -0400: > >> These come at the expenses of a couple of less-used regex features, > > > > PLease be objective/specific: it

Re: Regular expressions in Subversion

2012-10-17 Thread Stefan Sperling
On Wed, Oct 17, 2012 at 12:20:20PM -0400, Hyrum K Wright wrote: > There are several places where regular expressions would be useful in > Subversion. Off hand, the new log --search feature and svn:ignore > properties feel like they'd be use candidates for regexs, and they > could probably also app

Re: Regular expressions in Subversion

2012-10-17 Thread Stefan Küng
On 17.10.2012 20:17, Stefan Sperling wrote: On Wed, Oct 17, 2012 at 12:20:20PM -0400, Hyrum K Wright wrote: There are several places where regular expressions would be useful in Subversion. Off hand, the new log --search feature and svn:ignore properties feel like they'd be use candidates for r

Re: Regular expressions in Subversion

2012-10-17 Thread Stefan Sperling
On Wed, Oct 17, 2012 at 08:32:18PM +0200, Stefan Küng wrote: > In such situations, to keep the compatibility, why not just > introduce a new property, e.g. 'svn:ignore-regex' which if set takes > precedence over the 'svn:ignore' property? Something similar would need to be done for log --search (i

Re: [serf-dev] Double compression over HTTPS

2012-10-17 Thread Ivan Zhakov
On Fri, Oct 5, 2012 at 1:51 PM, Lieven Govaerts wrote: > Hi, > [...] > > I have tested 4 different scenario's: > 1. As-is setup, OpenSSL compression enabled + gzip encoding enabled. (double > compression) > 2. OpenSSL compression disabled + gzip encoding enabled. (compression > handled by the app

Re: Regular expressions in Subversion

2012-10-17 Thread Daniel Shahaf
Stefan Sperling wrote on Wed, Oct 17, 2012 at 20:55:07 +0200: > We could change log --search from glob to regex before release, I suppose. > But I myself don't really miss regex support in log --search. Or we could require the argument to --search to be of the form /^glob:.*$/.

Re: svn commit: r1331883 - /subversion/trunk/subversion/svnadmin/main.c

2012-10-17 Thread Daniel Shahaf
Branko Čibej wrote on Mon, Oct 15, 2012 at 23:51:43 -0400: > On 15.10.2012 17:14, Stefan Fuhrmann wrote: > > However, if you have a long-running process like a server, that race > > condition extends now extends over its whole lifetime. I.e. once a > > revprop got read, any change to its value by a

Re: svn commit: r1331883 - /subversion/trunk/subversion/svnadmin/main.c

2012-10-17 Thread Stefan Fuhrmann
On Thu, Oct 18, 2012 at 1:57 AM, Daniel Shahaf wrote: > Branko Čibej wrote on Mon, Oct 15, 2012 at 23:51:43 -0400: > > On 15.10.2012 17:14, Stefan Fuhrmann wrote: > > > However, if you have a long-running process like a server, that race > > > condition extends now extends over its whole lifetime.

Re: svn commit: r1398004 - /subversion/site/publish/docs/release-notes/1.8.html

2012-10-17 Thread Stefan Fuhrmann
On Sun, Oct 14, 2012 at 7:31 PM, Daniel Shahaf wrote: > stef...@apache.org wrote on Sun, Oct 14, 2012 at 04:28:34 -: > > +However, to fully benefit from the latest > > +repository size reductions, it is recommended to create a new > repository, > > For future reference: no space between '>' a

Re: svn commit: r1398599 - /subversion/trunk/subversion/svndumpfilter/main.c

2012-10-17 Thread Stefan Fuhrmann
On Tue, Oct 16, 2012 at 7:22 AM, Philip Martin wrote: > stef...@apache.org writes: > > > Author: stefan2 > > Date: Tue Oct 16 01:13:14 2012 > > New Revision: 1398599 > > > > URL: http://svn.apache.org/viewvc?rev=1398599&view=rev > > Log: > > * subversion/svndumpfilter/main.c > > (create_stdio_st

Re: API simplification opportunity Re: svn commit: r1348666 - in /subversion/trunk/subversion: include/ libsvn_delta/ libsvn_fs_fs/ libsvn_ra/ tests/libsvn_delta/

2012-10-17 Thread Stefan Fuhrmann
On Tue, Oct 16, 2012 at 12:55 AM, Daniel Shahaf wrote: > stef...@apache.org wrote on Sun, Jun 10, 2012 at 21:34:22 -: > > Author: stefan2 > > Date: Sun Jun 10 21:34:21 2012 > > New Revision: 1348666 > > > > URL: http://svn.apache.org/viewvc?rev=1348666&view=rev > > Log: > > When handing out no

Re: svn commit: r1398598 - /subversion/trunk/subversion/libsvn_fs_fs/fs_fs.c

2012-10-17 Thread Stefan Fuhrmann
On Tue, Oct 16, 2012 at 12:40 PM, Stefan Sperling wrote: > On Tue, Oct 16, 2012 at 01:12:10AM -, stef...@apache.org wrote: > > Author: stefan2 > > Date: Tue Oct 16 01:12:09 2012 > > New Revision: 1398598 > > > > URL: http://svn.apache.org/viewvc?rev=1398598&view=rev > > Log: > > Fix svnadmin