From openbsd-misc Fri Oct 22 17:12:09 2004 From: Hannah Schroeter Date: Fri, 22 Oct 2004 17:12:09 +0000 To: openbsd-misc Subject: Re: CVS question Message-Id: <20041022171209.GC370 () schlund ! de> X-MARC-Message: https://marc.info/?l=openbsd-misc&m=109846621031945 Hello! On Fri, Oct 22, 2004 at 12:56:01PM +0000, STeve Andre' wrote: > If I'm updating my tree, and I know that only /etc/rc needs updating, >am I safe to ^C the update after I see that the files in question have >been updated? From what I've read of cvs I think so, but I find it a >cumbersome beast. /etc/rc isn't in CVS. /usr/src/etc/rc may be. So why don't you cd /usr/src/etc && cvs update rc if you know in advance that you want to update only that? Kind regards, Hannah.