Nicolas PEZRON wrote:
>
> so I have configured my inetd.conf file on the server,
> this is the line I have added to it :
> "#CVS server
> cvspserver stream tcp nowait root /opt/cvs/bin/cvs cvs
> -f --allow-root=/cvs/CIDRE/CVSROOT pserver"
Make sure you have an entry in /etc/services like:
cvspserver 2401/tcp
> I have also created a passwd file in my
> $CVSROOT/CVSROOT folder, this is my passwd file :
> "int:"
This looks ok.
> so, I should be able to connect to the server with the
> user int because I have configured my CVSROOT on my
> WinCVS client like this :
> ":pserver:int@cidre:/cvs/CIDRE/"
The entry in inetd.conf says that your repository path is
"/cvs/CIDRE/CVSROOT", while your $CVSROOT is set to "/cvs/CIDRE/"; they
have to be the same. I'm guessing you want to remove the extra "CVSROOT"
from your inetd.conf.
Good luck.
-Matt
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs