Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 7402 invoked from network); 29 Apr 2008 17:45:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Apr 2008 17:45:25 -0000 Received: (qmail 45965 invoked by uid 500); 29 Apr 2008 17:45:21 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 45769 invoked by uid 500); 29 Apr 2008 17:45:21 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 45756 invoked by uid 99); 29 Apr 2008 17:45:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2008 10:45:21 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=NORMAL_HTTP_TO_IP,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [207.97.245.191] (HELO smtp191.iad.emailsrvr.com) (207.97.245.191) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Apr 2008 17:44:36 +0000 Received: from relay9.relay.iad.mlsrvr.com (localhost [127.0.0.1]) by relay9.relay.iad.mlsrvr.com (SMTP Server) with ESMTP id 817FD1B424D for ; Tue, 29 Apr 2008 13:44:49 -0400 (EDT) Received: by relay9.relay.iad.mlsrvr.com (Authenticated sender: alex-AT-modea.com) with ESMTP id 67DE61B4213 for ; Tue, 29 Apr 2008 13:44:49 -0400 (EDT) Subject: Re: ant and svn From: Alex Miller Reply-To: alex@modea.com To: Ant Users List In-Reply-To: <16964251.post@talk.nabble.com> References: <16964251.post@talk.nabble.com> Content-Type: text/plain Organization: Modea Corp. Date: Tue, 29 Apr 2008 13:45:38 -0400 Message-Id: <1209491138.22722.49.camel@admin01> Mime-Version: 1.0 X-Mailer: Evolution 2.12.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I've rely heavily on svn but I could not get the svn task to work either. Instead, I just use exec like this: I know this isn't a solution, but it's a workaround that might help you until somebody can shed more light on the svn task for us. On Tue, 2008-04-29 at 09:31 -0700, jpyork wrote: > Does anyone use the svn task in there ant scripts? I am trying to use svn > update in my ant script and it just does not seem to work. > > this is what I have in my script: > > > > > > > > And this is what it says when the step is run: > > Svn: Updating > update -r HEAD /Location/on/computer/running/script > http://1.2.3.4/repos/address/I/want/updated > notify.skipped > > I have one master script above all my small projects and this is where I > have the target thinking that if I have it in the top level, it will grab > any updates below it. I update and commit changes to files below the top > level and they are not grabbed. > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org