info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

one mor "no such repository" using pserver


From: Daniel Wetzler
Subject: one mor "no such repository" using pserver
Date: Thu, 05 Jul 2007 22:09:35 -0000
User-agent: G2/1.0

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 :

address@hidden 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:address@hidden:/DATA1/cvs-
repository login
Logging in to :pserver:address@hidden: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

[Prev in Thread] Current Thread [Next in Thread]