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.
Arvind Solanki wrote: > Question: I am checking out a module from CVS using a timestamp to > select. On several files I am getting messages that the file "is no > longer in the repository". Why is CVS trying to check out the file at > all if it is not in the repository? Is it something to worry about? > > cvs co -P -D "2005-09-18 10:00 EDT" <modulename> That's normal. It's just letting you know what is going on with the files. Have you manually removed files from the repository? In general that's not recommended unless you really know what you're doing (and in this case, it's obvious you don't). It will mess with your history, but isn't detrimental if you don't need that history any more. -- Glen Starrett