You are in luck:
http://www.michael-amorose.com/cvs
Also try setting the 'env' variable. My page lists how to do it.
Best Regards,
Michael Amorose
Author FireUtils for Macintosh
Author Sound Core for Macintosh
FireWire Watch Webmaster
http://www.fireutils.com
http://www.soundcore.com
http://www.michael-amorose.com/firewire
-----------------------------------------
At 7:55 PM -0400 7/17/00, Raymond Blum wrote:
>Hi
> I am running CVS on an Intel Linux server (RedHat 6.2) and plan on
>running clients on that same box and on Windows using WinCVS 1.0.6. I
>also plan on using the jCVS client. It seems that the best thing to do
>was set up pserver and use that as my remote access method.
>
>I set up the repository /repos/development/askit; I created a test
>project locally with the cvs command and it appears to be OK. (I did an
>import and there is now /repos/development/askit/test)
>
>I added entries to my /etc/services and /etc/inetd.conf files as
>described in the docs [copied below] and set up a passwd file in
>/repos/development/askit and restarted inetd.
>
>BUT when I try to connect using pserver I get the following:
>
>>[raymond@krypton askit]$ cvs -d
>>:pserver:raymond@krypton:/repos/development/askit login
>>(Logging in to raymond@krypton)
>>CVS password:
>>cvs [login aborted]: recv() from server krypton: Connection reset by peer
>
>I get the same msg from either the cvs client on the server or from a
>remote WinCVS client.
>
>Any help is greatly appreciated.
>
>Tnx
>---Raymond
>
>Entries from /etc/services:
>#
>cvspserver 2401/tcp # CVS client/server
>operations
>cvspserver 2401/udp # CVS client/server
>operations
>#
>entry from /etc/inetd.conf
>#
>cvspserver stream tcp nowait root /usr/sbin/tcpd /usr/local/bin/cvs
>--allow-root=/repos/development/askit pserver
>#