[EMAIL PROTECTED] writes: > > <server>:/homedir/<user>> cvs login > (Logging in to <user>@<server>) > CVS password: > cvs login: authorization failed: server <server> rejected access to > <directory>/CVS/ for user <user>
Note carefully that the directory in the error message ends with a "/". > cvspserver stream tcp nowait root > /share/tools/local/bin/cvs cvs -b/share/tools/local/bin -f --allow-root > =<directory>/CVS pserver Note carefully that the directory in the --allow-root= option does *not* end with a "/". Like I said before, the directory in your $CVSROOT must *EXACTLY* match the --allow-root= option on the server. Get rid of the trailing "/" in your $CVSROOT and it should work (unless there's another problem, too). Also, please do not edit commands to replace actual names with things like "<server>". Had you not left the trailing "CVS" in the directory name, there's a good chance you would have edited away the trailing slash and made it impossible to diagnose the problem. -Larry Jones Isn't it sad how some people's grip on their lives is so precarious that they'll embrace any preposterous delusion rather than face an occasional bleak truth? -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
