Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Aug 1996 20:15:17 -0700
From:      "Jordan K. Hubbard" <jkh@time.cdrom.com>
To:        asami@cs.berkeley.edu (Satoshi Asami)
Cc:        karl@mcs.net, freebsd-ports@FreeBSD.ORG
Subject:   Re: Ports explosion 
Message-ID:  <3619.839906117@time.cdrom.com>
In-Reply-To: Your message of "Mon, 12 Aug 1996 19:44:36 PDT." <199608130244.TAA08958@silvia.HIP.Berkeley.EDU> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Actually, the patches directory is not supposed to be there.  My guess
> is that you did a "cvs update" without the "-P" (prune) option.

Actually, that's because he first checked it out without pruning (Karl
needs to read up on CVS a little more).  I noticed that in his
example.

Karl, watch closely.. :-)

jkh@time-> cvs co zip
cvs checkout: Updating zip
U zip/Makefile
cvs checkout: Updating zip/files
U zip/files/md5
cvs checkout: Updating zip/patches
cvs checkout: Updating zip/pkg
U zip/pkg/COMMENT
U zip/pkg/DESCR
U zip/pkg/PLIST
jkh@time-> ls zip/patches
CVS
jkh@time-> cvs release -d zip
You have [0] altered files in this repository.
Are you sure you want to release (and delete) module `zip': y
jkh@time-> cvs co -P zip
cvs checkout: Updating zip
U zip/Makefile
cvs checkout: Updating zip/files
U zip/files/md5
cvs checkout: Updating zip/patches
cvs checkout: Updating zip/pkg
U zip/pkg/COMMENT
U zip/pkg/DESCR
U zip/pkg/PLIST
jkh@time-> ls zip/patches
ls: zip/patches: No such file or directory

					Jordan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3619.839906117>