Hi,

I'm having troubles creating a new module: i get
  Checking in modules;
  /usr/local/cvsroot/CVSROOT/modules,v  <--  modules
  cvs [server aborted]: cannot remove /tmp/cvsCkbXTY: No such file or directory
every time i want to update the modules-file.

I've followed this setup:
- added 'cvs' to xinetd.d:
service cvspserver
{
        protocol                = tcp
        socket_type             = stream
        wait                    = no
        user                    = cvs
        server                  = /usr/local/sbin/xinetdcvs
}
- /usr/local/sbin/xinetdcvs:
#! /bin/sh
unset HOME
cvs  -f --allow-root=/usr/local/cvsroot pserver
- created the repository as user 'cvs'
cvs -d /usr/local/cvsroot init
- added 'hoegie' to passwd
hoegie:xxxxxxx:cvs
- logged in to cvs and got CVSROOT/modules
- added "testmod hoegie/testmod" to it
- tried to commit it: cvs commit -m "Added Testmod-module" modules

The system is running redhat linux 7.0 with all updates.

Any help would be greatly appreciated.

Michael Devogelaere.



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to