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: >> 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 >> > > That means I have to disable acl setting when I have to import a new module? > It should be not very pleasant (~security hole). No, not for the modul - the module does not exist before You have imported it and hence does not have any acls. (As far I unterstand it, this is the reason for the fact, that You can not import sources to a repository when set 'AclMode=normal' in the 'config' file ) My workaround was always to set 'AclMode=compat' in the 'config'-file in the CVSROOT-directory of the repository, then do the import and after that set back the 'AclMode=normal' But I am a newbee to cvsnt, so there may exist other - more satisfing - solutions , which I don't know. Regards Joerg