hi,
I have a weird CVS problem. Can any expert give me hint.
I installed CVS pserver(cvs-1.11p1) in my linux box (RH7.2).
Setting up CVS repository at my CVS server with following commands:
>CVSROOT=/usr/local/project
>export CVSROOT
> cvs -d /usr/local/project init # init a repository
> cvs import -m 'message for project' L3 init start
### import a module L3 to CVSROOT.
***** SET up CVS/pserver
edit cvspserver in /etc/xinetd.d/
service cvspserver
{
disable=no
socket_type=stream
protocol=tcp
wait=no
user=root
passenv=PATH
server=/usr/local/bin/cvs
server_args= --allow-root=/usr/local/project
}
restart xinetd
(I check that cvspserver is ruuning.)
I also set a passwd file in my repository (/usr/local/project/CVSROOT)
with user ID: cwu; and passwd:12345
Now I try to login as following command in the same linux box:
> cvs -d :pserver:cwu@localhost:/usr/local/project login
#### login CVS server
However, I always get the same response whenI keyin my passw
>Logging in to :pserver:cwu@localhost:2401/usr/local/project
> CVS passwd: *****
***** Following is the response
> /usr/local/project: no such repository
The confusing is that I have set up my repository,which is
/usr/local/project/
as I mention before using cvs init command.
Can anyone help me out. Thank for your help.
Chien-Lung
****************************************************************************
Chien-Lung Wu [EMAIL PROTECTED]
Graduate Student of ECE (O) 919-513-1894
at North Carolina State University (H) 919-233-6724
****************************************************************************
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help