From owner-freebsd-stable Wed Feb 21 2:42:33 2001 Delivered-To: freebsd-stable@freebsd.org Received: from tethys.valhalla.net (tethys.valhalla.net [195.26.32.112]) by hub.freebsd.org (Postfix) with ESMTP id 4578537B4EC for ; Wed, 21 Feb 2001 02:42:29 -0800 (PST) (envelope-from mark@tethys.valhalla.net) Received: by tethys.valhalla.net (Postfix, from userid 500) id 9BA4E340C2; Wed, 21 Feb 2001 10:42:27 +0000 (GMT) Date: Wed, 21 Feb 2001 10:42:27 +0000 From: Mark Drayton To: freebsd-stable@FreeBSD.ORG Subject: cvsup confusion Message-ID: <20010221104227.A8439@tethys.valhalla.net> Mail-Followup-To: freebsd-stable@FreeBSD.ORG Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I wrote a small script to cvsup stable, ports and doc every couple of days by running cvsup > for each collection. Somehow this script appears to have 'gone wrong' leaving several copies of cvsup running at once. Is running more than one copy of cvsup at once likely to have damaged /usr/src or /usr/ports? If so, how I remove the collections and re-cvsup them? I have built world from if it matters at all. What sort of logging should I expect from cvsup -g -L 2? I get 'added delta' etc for the ports, but only 'Updating collection src-all/cvs' for stable. Is this correct? I'd like a list of changed files each time I cvsup. As a matter of interest, how does everyone else run cvsup from cron? I'm using: #!/bin/sh DATE=`date '+%Y-%m-%d'` /usr/local/bin/cvsup -g -L 2 ~/cvsup/ports-supfile > \ ~/cvsup/logs/log-ports-$DATE /usr/local/bin/cvsup -g -L 2 ~/cvsup/doc-supfile > \ ~/cvsup/logs/log-doc-$DATE /usr/local/bin/cvsup -g -L 2 ~/cvsup/stable-supfile > \ ~/cvsup/logs/log-stable-$DATE Sorry if these are common questions - I searched the archives but couldn't find anything. Cheers, -- Mark Drayton 4th Wave Technologies 01794 504040 ext 101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message