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
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
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
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
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
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
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
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
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
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
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
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. [...
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
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
14 matches
Mail list logo