info-cvs
[Top][All Lists]
Advanced

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

troubles creating a new module


From: Michael Devogelaere
Subject: troubles creating a new module
Date: Wed, 7 Feb 2001 15:29:14 +0100 (CET)

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.





reply via email to

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