From owner-freebsd-questions@FreeBSD.ORG Fri Aug 29 09:33:02 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 928CB16A4BF for ; Fri, 29 Aug 2003 09:33:02 -0700 (PDT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1B7943FCB for ; Fri, 29 Aug 2003 09:32:58 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([68.237.14.199]) by out005.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030829163258.CZKZ15786.out005.verizon.net@mac.com>; Fri, 29 Aug 2003 11:32:58 -0500 Message-ID: <3F4F8036.7030207@mac.com> Date: Fri, 29 Aug 2003 12:32:54 -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> In-Reply-To: <3F4F1F7E.6020609@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 out005.verizon.net from [68.237.14.199] at Fri, 29 Aug 2003 11:32:57 -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: Fri, 29 Aug 2003 16:33:02 -0000 Heinrich Rebehn wrote: [ ... ] > Thank you. Yet another question: I would like to update my source tree > automatically each night. However the cvs login requires a password to > be typed in. Is there any way to automate this? Strangely, the cvs man > page does not even mention the login command. The documentation for CVS is not especially well-known for being inclusive. Are you using CVS over SSH or in pserver mode? The first case requires you to set up password-less SSH authentication via ssh-keygen, the latter uses the "cvs login" mechanism. -- -Chuck