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.
John De Lello wrote: > OK weird problem > > I am trying to add Mantis to a local CVS repository here. The "Core" folder > is being excluded from the "cvs import" for some reason. I renamed the > folder to "acore" and it gets included. I rename it back to "core" and it > stays excluded. There are no CVS folder or files (like .cvsignore) anywhere > in the import source folder tree. > > Is there something else I should be looking for? 'core' is the name of a Unix core dump file, so is excluded automatically. You need to either override the default cvsignore using '-I !', or just add the directory manually later. Tony