Title: Blank

Am trying to figure out the best way to transport full directory hierarchies into the Attic.  If I were to do the following::

 

$:  rm -rf modulename [except CVS dirs]

$:  cvs -rm -rf modulename

$:  cvs ci -m "removed directory"  modulename

 

We would like to do something like this in order to maintain integrity, as opposed to just logging into the repository and doing an rm -rf from $CVSROOT.

 

Thanks in Advance

msa

Reply via email to