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.
Hello everyone. I have cvsnt (ver 2.5.03 (scorpio) Build 2382) on windows 2003 I have a repository which has a few modules. I am using windows authentication and normal mode (to restrict access by default) I want to give permissions to one user (user1) to only one branch-abc branch. This user should not have access to head branch. He should be able to read and write only to this abc branch I give this user read access on the module. I give read write access on branch And then I deny access on head This does not seem to work. When the user tries to checkout the branch he gets Cvs checkout : in directory . Cvs checkout : cannot read CVS/Entries for reading. No such file or directory Success, cvs operation completed. The permissions on the module are like this user=user1,branch= abcbranch read write create tag user=user1,branch=HEAD none user=user1 read The only change I have made to the default installation are setting the mode from compat to normal and enabling system authentication.. What am I missing ? Aman Bedi