svnpubsub into tools/server-side/ ?

2012-02-24 Thread Greg Stein
Hey all, I've been making some changes in the ASF's "svnpubsub" infra project over the past couple days. The basic concept is a hub that accepts notifications from post-commit hooks, and then sends out notifications to N subscribers (maintaining open connections to the hub). The subscribers can th

Re: svn commit: r1293229 - /subversion/trunk/subversion/libsvn_repos/log.c

2012-02-24 Thread Paul Burba
On Fri, Feb 24, 2012 at 12:08 PM, Philip Martin wrote: > Bert Huijben writes: > >> Has this more impact than just svn log -g? >> >> Is this used internally in the merge calculation? The merge tracking logic does make use of svn_ra_get_log2, which of course means that svn_repos_get_logs4 and ulti

Re: Conflict on identical binary files

2012-02-24 Thread Philip Martin
Markus Schaber writes: > The last step (svn update) triggers a conflict prompt for svnobj, > despite the fact that the remote and local files are bit-for-bit > identical. > > As I was told by Daniel Shahaf, he expects this case to be resolved > without a conflict. We could resolve the conflict i

Re: 1.7.4 start of march?

2012-02-24 Thread Greg Stein
On Fri, Feb 24, 2012 at 12:14, Hyrum K Wright wrote: > On Wed, Feb 22, 2012 at 12:38 PM, C. Michael Pilato > wrote: >> On 02/22/2012 01:04 PM, Stefan Sperling wrote: >>> I think we should be able to ship those fixes during the first or >>> second week of March. This would mean starting the relea

Re: 1.7.4 start of march?

2012-02-24 Thread Hyrum K Wright
On Wed, Feb 22, 2012 at 12:38 PM, C. Michael Pilato wrote: > On 02/22/2012 01:04 PM, Stefan Sperling wrote: >> I think we should be able to ship those fixes during the first or >> second week of March. This would mean starting the release train >> at the end of next week, and trying to get a decen

Re: svn commit: r1293229 - /subversion/trunk/subversion/libsvn_repos/log.c

2012-02-24 Thread Philip Martin
Bert Huijben writes: > Has this more impact than just svn log -g? > > Is this used internally in the merge calculation? I don't think so, only things that call svn_repos_get_logs4 are affected. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com

Re: svn commit: r1293229 - /subversion/trunk/subversion/libsvn_repos/log.c

2012-02-24 Thread Bert Huijben
On Fri, Feb 24, 2012 at 4:17 PM, Paul Burba wrote: > On Fri, Feb 24, 2012 at 7:47 AM,   wrote: >> Author: philip >> Date: Fri Feb 24 12:47:37 2012 >> New Revision: 1293229 >> >> URL: http://svn.apache.org/viewvc?rev=1293229&view=rev >> Log: >> Fix an "svn log -g" bug that caused occasional missing

Conflict on identical binary files

2012-02-24 Thread Markus Schaber
Hi, Given 2 binary files svnobj.r14 and svnobj.r17, I execute the following batch file: --- snip --- svnadmin create repo svn mkdir -mm file:///C:/binconflict/repo/foo svn checkout file:///C:/binconflict/repo/foo Checked out revision 1. cd foo/ copy ..\svnobj.r14 .\svnobj svn add svnobj

Re: svn commit: r1293229 - /subversion/trunk/subversion/libsvn_repos/log.c

2012-02-24 Thread Paul Burba
On Fri, Feb 24, 2012 at 7:47 AM, wrote: > Author: philip > Date: Fri Feb 24 12:47:37 2012 > New Revision: 1293229 > > URL: http://svn.apache.org/viewvc?rev=1293229&view=rev > Log: > Fix an "svn log -g" bug that caused occasional missing "Merged via" > notifications when a revision had changed pat

Re: mod_svn 1.7.3 fails to build apache 2.4.1

2012-02-24 Thread Mario Brandt
Hi, > What's configure.js? sorry I meant the gen-make.py. I mixed that up in my head with the php configure script. > That's a wrong change -- it will break the build against 2.2. Of cause using the AP_MODULE_MAGIC_AT_LEAST() is much more elegant, since the code is than compatible with httpd 2.x

Re: svn commit: r1223036 - /subversion/trunk/subversion/libsvn_delta/xdelta.c

2012-02-24 Thread Julian Foad
stef...@apache.org wrote: >> +/* Return the smallest byte index at which positions left of A and B >> differ >> + * (A[-result] != B[-result]).  If no difference can be found in the first >> + * MAX_LEN characters, MAX_LEN will be returned. >> + */ >> +static apr_size_t >> +reverse_match_le

Re: [Issue 4124] New - Give servers sufficient means to disallow commits from clients based on version numbers

2012-02-24 Thread Julian Foad
Daniel Shahaf wrote: > Markus Schaber wrote: >> There are two other cases we should define a rule for: >> >> 1) Clients like SharpSVN or TortoiseSVN, or distribution builds, when they >> include their own patches, or backported patches which were not officially >> part >> of that release. [...

Re: [Issue 4124] New - Give servers sufficient means to disallow commits from clients based on version numbers

2012-02-24 Thread Daniel Shahaf
Markus Schaber wrote on Fri, Feb 24, 2012 at 08:09:30 +: > Hi, Daniel, > > -Ursprüngliche Nachricht- > Von: Daniel Shahaf [mailto:danie...@elego.de] > > >C. Michael Pilato wrote on Thu, Feb 23, 2012 at 10:48:12 -0500: > >> On 02/23/2012 10:35 AM, Mark Phippard wrote: > >> > On Thu, F

AW: [Issue 4124] New - Give servers sufficient means to disallow commits from clients based on version numbers

2012-02-24 Thread Markus Schaber
Hi, Daniel, -Ursprüngliche Nachricht- Von: Daniel Shahaf [mailto:danie...@elego.de] >C. Michael Pilato wrote on Thu, Feb 23, 2012 at 10:48:12 -0500: >> On 02/23/2012 10:35 AM, Mark Phippard wrote: >> > On Thu, Feb 23, 2012 at 10:32 AM, Paul Burba wrote: >> >>> Why not just give users wh