From owner-freebsd-questions@FreeBSD.ORG Mon Sep 1 02:57:38 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 BB92816A4BF for ; Mon, 1 Sep 2003 02:57:38 -0700 (PDT) Received: from mailout11.sul.t-online.com (mailout11.sul.t-online.com [194.25.134.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id A282244008 for ; Mon, 1 Sep 2003 02:57:36 -0700 (PDT) (envelope-from Alexander.Farber@t-online.de) Received: from fwd11.aul.t-online.de by mailout11.sul.t-online.com with smtp id 19tlRH-0004cU-03; Mon, 01 Sep 2003 11:57:35 +0200 Received: from pref.my.domain (GQbG36ZLZeo45DtKvljcmPIaG7Uaj79gVlrUr0XQwpIDuvZwkD8J8U@[217.225.53.140]) by fwd11.sul.t-online.com with esmtp id 19tlR5-2Bq9w00; Mon, 1 Sep 2003 11:57:23 +0200 Received: from pref.my.domain (alex@localhost [127.0.0.1]) by pref.my.domain (8.12.8/8.12.8) with ESMTP id h819rDsI005484 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO) for ; Mon, 1 Sep 2003 09:53:13 GMT Received: (from alex@localhost) by pref.my.domain (8.12.8/8.12.9/Submit) id h819rB6P015299 for questions@freebsd.org; Mon, 1 Sep 2003 09:53:11 GMT Date: Mon, 1 Sep 2003 09:53:11 +0000 From: Alexander.Farber@t-online.de (Alexander Farber) To: questions@freebsd.org Message-ID: <20030901095311.GA13709@pref.my.domain> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F52F651.1020708@ant.uni-bremen.de> X-Url: X-Operating-System: OpenBSD 3.3 i386 User-Agent: Mutt/1.5.4i X-Seen: false X-ID: GQbG36ZLZeo45DtKvljcmPIaG7Uaj79gVlrUr0XQwpIDuvZwkD8J8U 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: Mon, 01 Sep 2003 09:57:38 -0000 On Mon, Sep 01, 2003 at 09:33:37AM +0200, Heinrich Rebehn wrote: > 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? > > With OpenBSD i can simply do: > > # export CVSROOT=anoncvs@anoncvs.de.openbsd.org:/cvs > # cvs co -rOPENBSD_3_3 src/sys > cvs server: Updating src/sys > U src/sys/Makefile > cvs server: Updating src/sys/adosfs > U src/sys/adosfs/adlookup.c > U src/sys/adosfs/adosfs.h > U src/sys/adosfs/adutil.c > U src/sys/adosfs/advfsops.c > U src/sys/adosfs/advnops.c > cvs server: Updating src/sys/altq > ^C > > without the need to type in a password. > > Seems i have to use CVSUP on FreeBSD.. No, I use cvs to update FreeBSD and OpenBSD on my dual boot PC and both work fine and without having to type the password. Maybe remove ~/.cvs* and try again with: cvs -d $CVSROOT login cvs -d $CVSROOT -q up ......