From owner-freebsd-current@FreeBSD.ORG Fri Jan 28 21:31:36 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E230516A4CE for ; Fri, 28 Jan 2005 21:31:36 +0000 (GMT) Received: from tensor.xs4all.nl (tensor.xs4all.nl [194.109.160.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 479A843D4C for ; Fri, 28 Jan 2005 21:31:35 +0000 (GMT) (envelope-from dimitry@andric.com) Received: from kilgore.dim (kilgore.dim [192.168.0.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.xs4all.nl (Postfix) with ESMTP id 1B6E12284E; Fri, 28 Jan 2005 22:31:32 +0100 (CET) Date: Fri, 28 Jan 2005 22:31:32 +0100 From: Dimitry Andric X-Priority: 3 (Normal) Message-ID: <1615080850.20050128223132@andric.com> To: "Li, Qing" In-Reply-To: <00CDF9AA240E204FA6E923BD35BC64360850325D@bcs-mail.internal.cacheflow.com> References: <00CDF9AA240E204FA6E923BD35BC64360850325D@bcs-mail.internal.cacheflow.com> MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="----------261D28333A7A17" cc: freebsd-current@freebsd.org Subject: Re: buildworld error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 21:31:37 -0000 ------------261D28333A7A17 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit On 2005-01-28 at 22:16:42 Li, Qing wrote: > I'm missing the shsec directory but "cvs update" is not > retrieving it. permission problem ?? Use the -d option to create any new directories from the repository, and the -P option to prune any left-over empty directories from your working copy, e.g.: cvs update -P -d You might also want to put these options in a ~/.cvsrc file, for example: checkout -P update -P -d ------------261D28333A7A17 Content-Type: application/pgp-signature -----BEGIN PGP MESSAGE----- Version: GnuPG v1.4.0 (MingW32) iD4DBQFB+q80sF6jCi4glqMRAnK/AJdVLsFt6k+RmI7f8+EWjl6VSji3AJ9g6SKK /S7mPuNApKUMS9s1NQVmtw== =plwF -----END PGP MESSAGE----- ------------261D28333A7A17--