Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
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