[cvsacl-users] segmentation fault
Brought to you by:
sbaris
From: Dmitry V. <dm...@rs...> - 2006-11-01 10:50:27
|
Hi! In some cases, when there was not enough parameters given to cvs acl/racl, segmentation fault occurs: [dmitry@srv libs]$ cvs acl Segmentation fault [dmitry@srv libs]$ cvs acl -l Segmentation fault I personally prefer more explained message about wrong params, without need to run debugger to identify the problem. By the way, according to documentation, both commands should work, since there are no mandatory parameters to cvs acl/racl: [dmitry@srv libs]$ cvs racl ? Usage: cvs racl [user||group:permissions] [-Rl] [-r tag] [directories...] [files...] -R Process directories recursively. -r rev Existing revision/tag. -l List defined ACLs. (Specify the --help global option for a list of other help options) -- Best regards, Dmitry mailto:dm...@rs... |