Return-Path: Delivered-To: apmail-builds-archive@minotaur.apache.org Received: (qmail 518 invoked from network); 30 Nov 2010 16:57:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Nov 2010 16:57:20 -0000 Received: (qmail 68021 invoked by uid 500); 30 Nov 2010 16:57:19 -0000 Delivered-To: apmail-builds-archive@apache.org Received: (qmail 67944 invoked by uid 500); 30 Nov 2010 16:57:18 -0000 Mailing-List: contact builds-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@apache.org Delivered-To: mailing list builds@apache.org Received: (qmail 67936 invoked by uid 99); 30 Nov 2010 16:57:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 16:57:18 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.212.50 as permitted sender) Received: from [209.85.212.50] (HELO mail-vw0-f50.google.com) (209.85.212.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Nov 2010 16:57:12 +0000 Received: by vws14 with SMTP id 14so2009219vws.23 for ; Tue, 30 Nov 2010 08:56:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=G3fF6d8WqJJKnChrOOYeIIIRz5VSyJdo/sURc0iL39o=; b=E0J3D3kBpHf0VZuTT/+aX7Tbncs8miELmyiqoGxj+S4yK6Qm9b4ePznjhST10zzvD4 Xg/TUMXIbGBDBaV0klxCMPXrSJmJqSHDMqxqDiBciZQjc2J5N7Qc0sWwJApP7vCG9asl xYP7m+dySutlf3sRHdDLDZuzpqer4lcAa5pRk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gm9Qp+sR0i9Bh6K1TwxsaOOBsscAFLpxr1XeCzBMzj712umIv34J37i8+C3nA2wYnR yqKLA2KK9F5/BkG3p8sZl08DCCPRleb2RUFovjDGQhPFYCqkpWIVpEVemJHlpLOEsZZO EnqwIZUWhhVW30jQoh454VX8fYhLVWXxPcpcw= MIME-Version: 1.0 Received: by 10.229.91.2 with SMTP id k2mr6299884qcm.147.1291136210587; Tue, 30 Nov 2010 08:56:50 -0800 (PST) Received: by 10.229.72.94 with HTTP; Tue, 30 Nov 2010 08:56:50 -0800 (PST) In-Reply-To: References: <002a01cb9008$8506bae0$8f1430a0$@com.au> Date: Tue, 30 Nov 2010 16:56:50 +0000 Message-ID: Subject: Re: [Hudson] Solaris2 - svn command line client? From: sebb To: builds@apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 30 November 2010 14:20, Niklas Gustavsson wrote: > On Tue, Nov 30, 2010 at 2:48 PM, Bernd Bohmann wrote: >> why is svn not in the path under solaris? I don't want to stick my >> builds to ubuntu. > > It is in the path: > $ sudo -s -u hudson > bash-3.00$ svn > Type 'svn help' for usage. > > I haven't tested this from Hudson, but given that it runs its slave > over SSH I would assume it would work? Well, it did not work for the JMeter build on Solaris2 using the following Ant snippet: I had to change this to: and provide SVNPATH as a build property. > > /niklas >