On Thu, 27 Dec 2006 [EMAIL PROTECTED] wrote: > Hello, > > A folder was deleted in our repository. I need to recover this folder > and the files in it. The files all have different versions, but I do > have a tag name (R4_1_3) I can use to recover them with. Can someone > please tell me how I would use a tag name to recover these files? Of > course I do not want to lose the revision histories when they are > recovered.
Deleted like A) Someone goofed up at deleted a directory within the repository, or B) Someone deleted all files in a checked out version of the module and ran cvs delete+cvs commit on the files? If A) then head for the backup tapes - or hope someone has a working version of the directory - or cry :) if B) Then the files are found in the Attic area of the repository. Those can be recovered... Best (hope for B) Peter Toft, Ph.D. [EMAIL PROTECTED] http://petertoft.dk _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
