I tried just adding the *,v files into cvs via cvs add and cvs update; but it did not recognize that the special nature of the files; i.e. I ended up having a bunch of *,v,v files.
No, no. Just copy the *,v files directly into the new repository.
For example, suppose you want to make a copy of MODULE/FILE from /OldCVSROOT into /NewCVSROOT. Just
cp -r /OldCVSROOT/MODULE/FILE,v /NewCVSROOT/MODULE
Of course, if the old and new roots are on different systems and you cannot just copy, then you can use any other mechanism to transport the file from one system to another.
If you checkout both MODULE sandboxes and run "cvs status FILE" in both, then the output from both will be identical except for the CVSROOT directory path.
Fred
_______________________________________________________________ Frederic W. Brehm, Sarnoff Corporation, http://www.sarnoff.com/
_______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs