On Sat, 13 Apr 2002 00:16:49 +0000 (UTC), "Christopher Shreve" <[EMAIL PROTECTED]> wrote:
>Gang, > >Wow...I got 1.11.2 up and going no problem 1.11.3(57b) is another story. > > >I have looked at the messages below and have tried their solutions but still have the >same problem. > > >OS: Win2K >CVS: 1.11.3(b57) > >Install works fine. > > >CVSROOT = :pserver:someuser@hostname:K:\CVSrepository > >Password file (K:CVSrepository\CVSROOT\passwd) has >someuser:hashofpassword:realuser (realuser is a real user on my domain) > >config file has >SystemAuth=no > > >The problem: > >I CAN log in to CVS ok with the above CVSROOT env variable and correct password. >However when I try to check CVSROOT out I get >Cannot access K:\CVSrepository >Permission denied > > >Anybody have any ideas? > CVSROOT contains the administrative files for CVS. Only CVS administrators can work here. Is the 'realuser' and admin on the CVS server? If not then you have to explicitly add this user to the list of CVS administrators. THis is done by creating a file in K:\CVSrepository\CVSROOT named admin and inside this file list the users that are supposed to be able to administrate CVS. Une user per line and add a final empty line. /Bo /Bo (Bo Berglund, developer in Sweden) _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
