Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B46A2DD50 for ; Sun, 22 Jul 2012 14:15:16 +0000 (UTC) Received: (qmail 78230 invoked by uid 500); 22 Jul 2012 14:15:16 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 78050 invoked by uid 500); 22 Jul 2012 14:15:15 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 78016 invoked by uid 99); 22 Jul 2012 14:15:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 14:15:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trawick@gmail.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vc0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 14:15:08 +0000 Received: by vcbfl15 with SMTP id fl15so5394544vcb.18 for ; Sun, 22 Jul 2012 07:14:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=tYesr+QdXNyhv3Pfvv6Nj3ndeANePxFqa8FSG1k4pPA=; b=GIgHzTRpTEi3gpBRHlcT0msOYljHzCt0RoloZXLfUKFw5crVBVgbj0/fTX94f40HZJ VmMVZiF3eesFk70yMShP6xmJ3DsdF27P/xm5at/R9E7Mn4UQzrwg4vq7f5XrmYmFoprs Nyk//F4ixFqiHaepPMMUDnqYDcPYktpR5iyirE53hrFIgXS760Uw1PQVf/EjT5Izr3Fx 3UG24La6nkaz8xrKOYTBGTL0uQmkABmdu4n+BWV2wjliVY6Ob7ItMcZgNqJ5cXY1DVX6 RFo8ryfOEHPsIxYF/VMGR4nyYn/a+YjuekK37yx9fVKSRfCcy2K7FyuY2bVL3AkoeJiv C5gQ== MIME-Version: 1.0 Received: by 10.52.22.50 with SMTP id a18mr8463349vdf.60.1342966487411; Sun, 22 Jul 2012 07:14:47 -0700 (PDT) Received: by 10.220.24.142 with HTTP; Sun, 22 Jul 2012 07:14:47 -0700 (PDT) Date: Sun, 22 Jul 2012 10:14:47 -0400 Message-ID: Subject: mergeinfo ignorance From: Jeff Trawick To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Jul 22, 2012 at 9:48 AM, wrote: > Author: rjung > Date: Sun Jul 22 13:48:30 2012 > New Revision: 1364302 > > URL: http://svn.apache.org/viewvc?rev=1364302&view=rev > Log: > Add mergeinfo for backports done by jim in r1200981. Is there a quick guide (like a couple of sentences ;) ) to how mergeinfo should be managed and how it will be used? I am most likely part of the problem with this, but I don't know the goals/mechanisms. TIA!