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.
Matt Schuckmann wrote: > cvs [ls aborted]: cvs [server aborted]: Repository directory E:/DATA/CVSRepo > does not exist: Permission denied > > I checked his CVSROOT and it looks right. What's funny is the path > E:/DATA/CVSRepo is the real path to the CVS repositories on the server. > I also had him try the command from my system and he gets the same error. > Even though I didn't think that he needed them I gave him full read & write > privileges to the repository directory but that didn't help. > He needs traversal rights to E:\ and E:\Data to access E:\Data\CVSRepo. Without that you'll get the above error, since the system won't even tell him whether the repository exists or not. Tony