Ich schreib am besten mal zusammen, was ich bisher gemacht habe:
Code: Alles auswählen
mkdir /srv/cvs/project
cvs -d :local:/srv/cvs/project/ init
cvs -d :local:/srv/cvs/project/ import -m "Initial Import" Project vendor start
Als nächstes hab ich den ganzen Schmä in die /etc/inetd.conf eingetragen
Code: Alles auswählen
cvspserver stream tcp nowait root /usr/sbin/tcpd /usr/sbin/cvs-pserver -f --allow-root=/srv/cvs/project pserver
Code: Alles auswählen
/etc/init.d/inetd restart
Code: Alles auswählen
>$ cvs -d :pserver:user@localhost:/srv/cvs/project/ login
Logging in to :pserver:user@localhost:2401/srv/cvs/project
CVS password:
/srv/cvs/project: no such repository