> -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
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
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
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
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
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
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
> -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
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.
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
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
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
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
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
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
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
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
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:.*$/.
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
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.
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
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
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
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
24 matches
Mail list logo