> There has been a lot of post concerning pserver access for CVS. Although I > tried all the suggestions I am still not able to connect to my repository > using pserver <.snip.> > * My registry looks like this: > [HKEY_LOCAL_MACHINE\SOFTWARE\CVS\PServer] > "RepositoryPrefix"="" > "StartNTServer"=dword:00000001 > "StartPServer"=dword:00000001 > "Impersonation"=dword:00000001 > "DontUseDomain"=dword:00000001 > "PServerPort"=dword:00000961 > "TempDir"="C:\\DOCUME~1\\aw\\LOCALS~1\\Temp" > "Repository0"="C:/repository"
Your current problem might still be related to something entirely else but you definitely missed the part that's in every single document about installing CVSNT I have seen so far, namely that the Temp path may NOT be below either C:\WINNT\Temp NOR c:\Documents and Settings\ because of intrinsic access restrictions. Both the SYSTEM account and the user group that's accessing the repository must have full and unrestricted access to this Temp directory. Hope this helps Oliver ---- ------------------ JID: [EMAIL PROTECTED] ICQ: 18777742 Y! : ogiesen _______________________________________________ Cvsnt mailing list [EMAIL PROTECTED] http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
