From owner-freebsd-questions@FreeBSD.ORG Tue Sep 2 08:56:25 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1E4316A4BF for ; Tue, 2 Sep 2003 08:56:25 -0700 (PDT) Received: from pop016.verizon.net (pop016pub.verizon.net [206.46.170.173]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDC2943FE9 for ; Tue, 2 Sep 2003 08:56:24 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([68.237.14.199]) by pop016.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030902155624.FGZS10125.pop016.verizon.net@mac.com>; Tue, 2 Sep 2003 10:56:24 -0500 Message-ID: <3F54BD9F.3020709@mac.com> Date: Tue, 02 Sep 2003 11:56:15 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Heinrich Rebehn References: <3F4B4633.1010807@ant.uni-bremen.de> <20030826045512.N503@njamn8or.no-ip.org> <3F4E0715.3040402@ant.uni-bremen.de> <20030828141020.GC21213@zi025.glhnet.mhn.de> <3F4F1F7E.6020609@ant.uni-bremen.de> <3F4F8036.7030207@mac.com> <1062186396.3f4fad9c9d920@www.ant.uni-bremen.de> <3F50CCAF.5040301@mac.com> <3F52F651.1020708@ant.uni-bremen.de> In-Reply-To: <3F52F651.1020708@ant.uni-bremen.de> X-Enigmail-Version: 0.76.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at pop016.verizon.net from [68.237.14.199] at Tue, 2 Sep 2003 10:56:23 -0500 cc: questions@freebsd.org Subject: Re: Question on CVS Branches X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 15:56:26 -0000 Heinrich Rebehn wrote: > Chuck Swiger wrote: [ ... ] >> 6-sec% touch ~/.cvspass >> 7-sec% cvs -d :pserver:anoncvs@anoncvs.de.FreeBSD.org:/home/ncvs login >> Logging in to :pserver:anoncvs@anoncvs.de.freebsd.org:2401/home/ncvs >> CVS password: >> >> [ Use "anoncvs" for the password. ] >> >> 8-sec% cvs -d :pserver:anoncvs@anoncvs.de.FreeBSD.org:/home/ncvs co src >> cvs server: Updating src >> U src/COPYRIGHT >> U src/MAINTAINERS >> U src/Makefile >> U src/Makefile.inc1 >> U src/README >> U src/UPDATING >> cvs server: Updating src/bin >> ^C... > > This looks like you still have to type in the password from the terminal. > I would like to update the source each night from a cron job. > Is there really no way to do that? I had to enter the password for the "cvs login"; the CVS checkout operation did not require a password. -- -Chuck