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.
----- Original Message ----- From: "Jan Giesen" <jan.giesen at web.de> To: "embedos" <embedos at gmail.com> Sent: Friday, February 24, 2006 11:41 PM Subject: Re: how to create a module(project) with " AclMode=normal" ? > Your must ensure, that you are owner of the top-level CVS directory > and that you have the rights to create a module: > > cvs -d :pserver;username=penny;hostname=localhost:/server login > cvs -d :pserver;username=penny;hostname=localhost:/server rchown penny . > cvs -d :pserver;username=penny;hostname=localhost:/server rchacl -a all -u > penny . > > then you can submit your import command. > > To execute the "rchown" command, the user "penny" must probably have admin > rights, > i.e. listed in the CVSROOT/admin file on your CVS server. > > Note that the rchown/rchacl commands are broken in cvsnt 2.5.01.1976. > > Regards > Jan Giesen > > > ----- Original Message ----- > From: "embedos" <embedos at gmail.com> > Newsgroups: support.cvsnt > To: <cvsnt at cvsnt.org cvsnt downloads at march-hare.com @CVSNT on Twitter CVSNT on Facebook> > Sent: Thursday, February 23, 2006 12:58 PM > Subject: how to create a module(project) with " AclMode=normal" ? > > > Dear all, > I have one question to use cvs's acl. > I set "AclMode=normal" in config file to cvs's acl. Then I would > like to "import" a > moudle, but it shows error messages like: > > cvs -d :pserver;username=penny;password=XXXXXXX;hostname=localhost:/server > import -I ! -I CVS -m "no message" -n -- module (in directory > D:\temp\demos\test\) > cvs [server aborted]: User penny cannot create files in module > > What should I do to create a module(project) with " AclMode=normal" ? > > Thanks in advance! >