Beacon Hill, Inc. Technology Solutions

Home > Knowledge Base > Cvs > Move File out of Attic

How To Move a File Out of the Cvs Attic

If you have delete a file using 'cvs remove' and committed this Cvs will move the file to what it calls


$ cvs add FILENAME
cvs add: Resurrecting file `FILENAME from revision 1.43.
cvs add: Re-adding file `FILENAME (in place of dead revision 1.44).
U FILENAME
cvs add: use 'cvs commit' to add this file permanently
$