[cvsnt] Re: remote logins returning "no such repository"
Tony Hoyle
tony.hoyle at march-hare.com
Fri Jul 29 15:10:09 BST 2005
dzielke at aep.com wrote:
> The xinetd.d directory has the cvs setup file cvspserver which contains:
> server_args = --allow-root=/usr/local/cvs pserver
> We were missing the server_args line and had env set incorrectly. We
You don't need the env line, and --allow-root is not used with cvsnt,
except for backward compatiblity (which you don't need, presumably).
Just:
server_args = pserver
Would have worked.
Tony
More information about the cvsnt
mailing list