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.
Mike schrieb: > Then I tried to use acl doing the following: > > - modify /cvs/cvsroot/CVSROOT/config (SystemAuth=no, AclMode=normal) > > - create /cvs/cvsroot/CVSROOT/admin adding cvs string > > - cvs passwd -a -r cvs cvs > > - cvs rchown cvs > > - cvs rchacl -a read,write,create,tag,control -u cvs > - cd /appo > > - mkdir test2 > > - cd test2 > > - cvs import -m "test2" test2 a2 b2 > > > > cvs [import aborted]: User cvs cannot create files in test2 > > Yes, I encountered the same problem in a similar situation: It seems that for an import of a module (that is a new directory structur) into an existing repository one has to weaken the security configuration of the server, which is not desirable. Regards Joerg