Derek Scherger wrote:
> 
> I don't think CVS itsself has this functionality but you can always go
> into the repository directories and remove things with rm. Just *BE
> VERY CAREFUL* when your doing this so that you don't delete something
> you'ld like to keep.

'cvs rm' all the files out of the directory first so they'll be
saved in the Attic.  And bear in mind that if you nuke the
directory in the repository, CVS may cough up a lung if you later
try to check out an older revision (say, a tagged release) that
had files in that directory.  Not sure..

Every time I've come up against this, I've (reluctantly) concluded
to leave the directories in the repository and to use '-p' on
checkouts, just to be on the safe side and keep CVS from becoming
lung-challenged.  Ordinarily I don't like using '-p'.
-- 
#ken    P-)}

Ken Coar                    <http://Golux.Com/coar/>
Apache Software Foundation  <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
"Apache Server Unleashed"   <http://ApacheUnleashed.Com/>

Reply via email to