Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 29124 invoked from network); 23 Jun 2005 14:23:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Jun 2005 14:23:01 -0000 Received: (qmail 65944 invoked by uid 500); 23 Jun 2005 14:22:54 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 65884 invoked by uid 500); 23 Jun 2005 14:22:53 -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 65871 invoked by uid 99); 23 Jun 2005 14:22:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 07:22:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of blackwaterdev@gmail.com designates 64.233.184.203 as permitted sender) Received: from [64.233.184.203] (HELO wproxy.gmail.com) (64.233.184.203) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Jun 2005 07:22:53 -0700 Received: by wproxy.gmail.com with SMTP id 71so488149wra for ; Thu, 23 Jun 2005 07:22:50 -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:mime-version:content-type:content-transfer-encoding:content-disposition; b=MvPPXYrD42d22z59JwtVjJ3kB8IWz+P0sEXqphh5J+6C3ss5P9nhPrOWEarI37CEPqYMc0pWFBlCvVBhG08ZHsR+7RSY1ZxYOd2qabpxjBcFPNjg6Ydu63AygVPJEf1GKzhwa0zMDmKT48lMcfNWhabRTPCjXQXbfCZAPvhXnBU= Received: by 10.54.40.48 with SMTP id n48mr1201291wrn; Thu, 23 Jun 2005 07:22:49 -0700 (PDT) Received: by 10.54.23.33 with HTTP; Thu, 23 Jun 2005 07:22:49 -0700 (PDT) Message-ID: <34a9824e050623072213c81c3d@mail.gmail.com> Date: Thu, 23 Jun 2005 10:22:49 -0400 From: blackwater dev Reply-To: blackwater dev To: Ant Users List Subject: cvs update command Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N In order to update my code from cvs, I typically cd into my directory /httpd/mystuff/ then just do "cvs update". I am trying to put this into a cvs task but keep getting errors. Error: [cvs] ..: unknown host [cvs] ..: unknown host [cvs] ..: Unknown host [cvs] cvs [update aborted]: end of file from server (consult above messages if any) Also, is the cvsRoot specific to where the build file lives? I mean if I am deep in my home directory should it be ../../usr/local/cvs? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org