Terry Beavers wrote:
> I am trying to grant a user permissions to create a sub-directories
> under on a branch using the following ACL and CVS is not allowing the
> operation.  I had submitted something similar in regard to creating new
> files on a branch back in early October, and have since resolved that
> issue, but I am still unable to create/add new directories on a branch.

In CVS directories exist on all branches so you can't restrict them to a 
single branch.  You can restrict creation of files within that directory 
(so a co -dP or update -d will not create the unwanted directory).

> cvs chacl -R -r SKYWAY_BRANCH -u terry -a all skyway/

Avoid using -R if you can - permissions are inherited anyway and putting 
them on all subdirectories just duplicates them.

Tony
_______________________________________________
cvsnt mailing list
cvsnt@cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/

Reply via email to