From dev-return-31255-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Sat Jun 05 23:00:29 2010 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 96966 invoked from network); 5 Jun 2010 23:00:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Jun 2010 23:00:29 -0000 Received: (qmail 19105 invoked by uid 500); 5 Jun 2010 23:00:29 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 19049 invoked by uid 500); 5 Jun 2010 23:00:29 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 19042 invoked by uid 99); 5 Jun 2010 23:00:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 23:00:29 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [207.97.245.111] (HELO smtp111.iad.emailsrvr.com) (207.97.245.111) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Jun 2010 23:00:21 +0000 Received: from relay31.relay.iad.mlsrvr.com (localhost [127.0.0.1]) by relay31.relay.iad.mlsrvr.com (SMTP Server) with ESMTP id BE02A1B4013 for ; Sat, 5 Jun 2010 18:59:59 -0400 (EDT) Received: from dynamic10.wm-web.iad.mlsrvr.com (dynamic10.wm-web.iad.mlsrvr.com [192.168.2.217]) by relay31.relay.iad.mlsrvr.com (SMTP Server) with ESMTP id B9F911B4009 for ; Sat, 5 Jun 2010 18:59:59 -0400 (EDT) Received: from khakbaz.com (localhost [127.0.0.1]) by dynamic10.wm-web.iad.mlsrvr.com (Postfix) with ESMTP id A8A4F478807F for ; Sat, 5 Jun 2010 18:59:59 -0400 (EDT) Received: by apps.rackspace.com (Authenticated sender: sina@khakbaz.com, from: sina@khakbaz.com) with HTTP; Sun, 6 Jun 2010 00:59:59 +0200 (CEST) Date: Sun, 6 Jun 2010 00:59:59 +0200 (CEST) Subject: RE: forrestbot switching to plain svn command From: "Sina K. Heshmati" To: dev@forrest.apache.org MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: quoted-printable Importance: Normal X-Priority: 3 (Normal) X-Type: plain In-Reply-To: References: Message-ID: <1275778799.689418741@192.168.2.228> X-Mailer: webmail8 X-Virus-Checked: Checked by ClamAV on apache.org Tim Williams wrote:=0A=0A> I've got this working locally, but I use cache c= redentials (e.g.=0A> keychain). I'd personally not be comfortable putting = my credentials=0A> in clear text in a properties file. That's the part=0A>= (deploy.svn.settings) that, I haven't worked. So, I'll offer some=0A> opt= ions up:=0A> =0A> 1) We can remove the credential business totally and assu= me that folks=0A> work out their authentication on their own and I'll check= in what I=0A> have.=0A> =0A> 2) If someone else has an itch and really wan= ts the credentials to be=0A> there, I can either a) checkin what I have and= they can go about=0A> adding it in or b) we can create a JIRA ticket and I= 'll attach it to=0A> that.=0A> =0A> Any thoughts/recommendations?=0A=0AMayb= e something like:=0A=0A1) If the deploy.svn.settings file exists, use it, i= f not=0A2) Prompt user for credentials. If user input is empty,=0A3) Rely o= n ~/.subversion i.e. auth-cache.=0A=0ASinDoc