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 Thu, 31 Oct 2002 16:19:47 +0000, Hung Van Lam wrote: > Hi, > Does anyone know how to solve this error : > > cvs [server aborted]: User 'user' cannot change g:/cvs/project > > where g:/cvs is my repository location. > Thanks That error basically means someone has locked down that directory and you can't access it (in this case it seems to be for adding new files). You can check with 'cvs lsacl' who has write access to the repository. Tony