From continuum-users-return-203-apmail-maven-continuum-users-archive=maven.apache.org@maven.apache.org Sat Oct 01 11:41:50 2005 Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 51323 invoked from network); 1 Oct 2005 11:41:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Oct 2005 11:41:50 -0000 Received: (qmail 13303 invoked by uid 500); 1 Oct 2005 11:41:50 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 13212 invoked by uid 500); 1 Oct 2005 11:41:49 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 13201 invoked by uid 99); 1 Oct 2005 11:41:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2005 04:41:49 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of markhobson@gmail.com designates 66.249.82.204 as permitted sender) Received: from [66.249.82.204] (HELO xproxy.gmail.com) (66.249.82.204) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Oct 2005 04:41:53 -0700 Received: by xproxy.gmail.com with SMTP id i32so22220wxd for ; Sat, 01 Oct 2005 04:41:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Di+2IuFiVqhhLVf2/kRhwBelnJ8DYV8cFx6LAFNIzXaYFTbOsNenXOg4Z/o7ExfrOidUR/3SmpHolixwQZagp2pma2R3vxyThihCLCXndYZp/z1sZ5m1d2qcEPYnPgtOvQem0u3PlfA66Z3a6PV15kuzPeSVNlP2dBdzg1rlivc= Received: by 10.70.55.7 with SMTP id d7mr62132wxa; Sat, 01 Oct 2005 04:41:26 -0700 (PDT) Received: by 10.70.58.16 with HTTP; Sat, 1 Oct 2005 04:41:26 -0700 (PDT) Message-ID: Date: Sat, 1 Oct 2005 12:41:26 +0100 From: Mark Hobson Reply-To: Mark Hobson To: continuum-users@maven.apache.org Subject: Re: svn push build scheduling In-Reply-To: <9e3862d80509301855t5772ed5dl834625c41cf7672d@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <433D5706.4060605@venisse.net> <433D5C05.4000207@venisse.net> <433D76C9.1090709@venisse.net> <9e3862d80509301855t5772ed5dl834625c41cf7672d@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 01/10/05, Brett Porter wrote: > It's best to keep track of the project id <-> scm path yourself and > send the appropriate project ID in the commit hook. How do you envisage this happening without iterating over the projects? I'd rather not have an explicit map of scm paths to project ids in the hook, and I can't see them being derivable from the info svn provides. > There is actually a 3rd listener (netcat) that would be significantly > easier to use from a post-commit hook than xmlrpc or soap. Where's the source (or dare I say doc ;) for this listener? I had a quick look but couldn't find it. Mark