Paul, > Get everyone out the directory and have them remove their > local working copy > Tag > Create an archive directory > Move the files from the current directory to the archive directory > cvs remove current > cvs add archive > cvs commit > Tag > cvs remove archive > cvs commit > Tag > > Does this procedure look correct?
Not to me - looks like you are trying to defeat the version control system. That history may just look like rubbish today, but one day it'll be important, why not: * delete (files) * cvs remove (files) * cvs rtag (module) * (create files) * cvs add (files) * cvs commit -m "" (files) Regards, Arthur _______________________________________________ cvsnt mailing list [email protected] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
