buildworld error
Dimitry Andric
dimitry at andric.com
Fri Jan 28 13:31:37 PST 2005
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 183 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20050128/e9087ac5/attachment.bin
More information about the freebsd-current
mailing list