Did you set the CVSROOT environment variable in profile?
If you are running LINUX, see:
http://www.michael-amorose.com/cvs/
-m
-----------------------------------------
At 11:59 AM +0200 7/3/00, Alberto Toietta wrote:
>Problem: I want use CVS to a remote system where is the reposity.
>
>1) I have modified /etc/inetd.conf
>
>cvspserver stream tcp nowait root /usr/local/bin/cvs
>cvs --allow-root=/home2/users/alberto/reposity pserver
>
>2) reboot the system
>
>3) I have created the file passwd in CVSROOT
>
>4) Connect using the command cvs login to the remote reposity:
>
>cvs -d :pserver:alberto@sunultra:/home2/users/alberto/reposity login
>
>(Logging in to alberto@sunultra)
>cvs [login aborted]: unrecognized auth response from sunultra: cvs pserver:
>No CVSROOT specified! Please use the `-d' option
>
>I have specified -d !!!!
>
>Alberto Toietta