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.
On Wed, 21 Sep 2005 06:53:22 -0700 (PDT), rajiv kumar <cvsissue at yahoo.com> wrote: >I added a folder at CVSROOT/folder and when tried to commit >files at CVSROOT/folder, the files got checked in but got >the following error You should NEVER, EVER add a folder to the CVSROOT module!!! That module is purely for CVS server internal files and only the administrator should even have write access to that folder! Your new folder should go to a location *above* CVSROOT. Like this: /Repository |- CVSROOT <== Keep off this folder! |- Your_Folder |- your files /Bo (Bo Berglund, developer in Sweden)