DragonFly ISO release build failure
Matthew Dillon
dillon at apollo.backplane.com
Mon Sep 20 11:45:32 PDT 2004
:> rm file
:> cvs delete file
:> cvs commit
:> And you need to recurse into each and every directory. And openssl
:> only has
:> about 2000 files.
:
:hm. find openssl -type f -exec sh -c 'rm $0 && cvs rm $0' {} \; && cvs
:ci -m away?
:
:or am i seeing that too simple? :)
:
:cheers
: simon
I don't understand what you are trying to accomplish. The whole idea
is to physically remove the repository files for old third-party contribs.
cvs remove does not do that.
-Matt
More information about the Bugs
mailing list