DragonFly BSD
DragonFly bugs List (threaded) for 2004-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: DragonFly ISO release build failure


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 20 Sep 2004 11:42:26 -0700 (PDT)

:> 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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]