Using CVS in Mac OS X
I'm having trouble using CVS with Apple's open source servers. I'm following the instructions at http://developer.apple.com/darwin/to...ead-only.html/.
First step: set the CVSROOT variable:
%setenv CVSROOT
server:batstoo@anoncvs.opensource.apple.com:/Users/stoo/programs/cvs
Success: environment variable is
server:batstoo@anoncvs.opensource.apple.com:/Users/stoo/programs/cvs
Next:
% cvs login
(Logging in to batstoo@anoncvs.opensource.apple.com)
CVS password:
/Users/stoo/programs/cvs: no such repository
cvs [login aborted]: authorization failed: server anoncvs.opensource.apple.com rejected access
Any idea what the problem is?
First step: set the CVSROOT variable:
%setenv CVSROOT

Success: environment variable is

Next:
% cvs login
(Logging in to batstoo@anoncvs.opensource.apple.com)
CVS password:
/Users/stoo/programs/cvs: no such repository
cvs [login aborted]: authorization failed: server anoncvs.opensource.apple.com rejected access
Any idea what the problem is?

Comments
the path (after the last colon) is a path on the server, and ur not supposed to replace it with something local.