Ionel Mugurel Ciobica: > How can I still get it in order to fix it, since I don't want > to write it from scratch?
You can retrieve the old version by reversing the deletion using the merge options. If the file was deleted at revision 1.7 (look for the "stae: dead" in the log), you do this: cvs update -j1.7 -j1.6 filename Then update the file as normal, and then add it back: cvs add filename cvs commit filename -- \\// peter - http://www.softwolves.pp.se/ I do not read or respond to mail with HTML attachments. Statement concerning unsolicited e-mail according to Swedish law: http://www.softwolves.pp.se/peter/reklampost.html

