CVS command to revert deleted files

Hi,

I have deleted a file and commited in CVS.
So, is there any CVS command to revert back that deleted file with existing log messages.

--Thanks in advance
Madhu

Hi
Try this

 
cvs add <yourfilename>
cvs commit <yourfilename>