Hi cvs-experts,

I have a problem with my cvs installation on a Solaris 10 server.
I configured a cvs repository with the parameters below :

Local on Solaris 10 :

 cvs -d /DATA1/cvs-repository init

New line in /etc/services :
cvspserver      2401/tcp

New line in /etc/inetd.conf :
cvspserver stream tcp nowait root /usr/local/bin/cvs --allow-root=/
DATA1/cvs-repository pserver


also added a user in a passwd file in /DATA1/cvs-repository/CVSROOT :

[EMAIL PROTECTED] cvs-repository > cat /DATA1/cvs-repository/CVSROOT/
passwd
testuser:9AyQs.WYSYTuE:cvs

But I also have a system user called daniel on my machine.

If I use the command below locally it works fine :
cvs import -m "test" test bla-blub a

If I try to use the command below on a another machine I get the error
'no such repository' :

powermac:~/testprojekt daniel$ cvs -d:pserver:[EMAIL PROTECTED]:/DATA1/cvs-
repository login
Logging in to :pserver:[EMAIL PROTECTED]:2401/DATA1/cvs-repository
CVS password:
/DATA1/cvs-repository: no such repository
powermac:~/testprojekt daniel$


Does anyone know what's going wrong ?

Best regards,

Daniel

Reply via email to