Re: Bug report -- cvs-nserver-1.11.1.51 client
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2001-11-17 14:12:50
|
>>>>> "WJ" == Wang Jian <la...@li...> writes: WJ> Hello Alexey, Thanks. But please fix it now :-) It is too WJ> mysterious and too easy to happen. Fixing it ASAP can avoid more WJ> fuss. 1.11.1.52 has zlib support simply disabled :) WJ> BTW: 'group' subcommand doesn't work. Is it in lastest CVS WJ> version? There was never the 'cvs group' subcommand. The CVS groups are handled like this (quoting from older message): When the CVSROOT/cvsgroup file exists, it specifies the CVS groups in the following format: %devel: alice, bob, carol %mgmt: mike, nick %devel: dave, elisabeth As you see, the group names could be specified several times: lists of users will just be added up together: this is to get rid of too-long lines in cvsgroup. To edit that file, you simply $ cvs co CVSROOT/ $ echo cvsgroup >> checkoutlist $ cvs add checkoutlist cvsgroup $ vi cvsgroup $ cvs ci When there is an error in the cvsgroup file, the users will get a warning about that, but not a fatal error (sure, the ACLs after that line will not be honoured). Special '%ALL' group is not supported yet. WJ> What I can do to help this project? Trying to install and use that. Reporting every glitch or inconsistency you meet. Thanks, --alexm |