info-cvs
[Top][All Lists]
Advanced

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

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:10:04 -0400

>From address@hidden  Wed Feb  7 23:42:01 2001
>Return-Path: <address@hidden>
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
XAA04630
        for <address@hidden>; Wed, 7 Feb 2001 23:41:59 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14QVbo-0006Dr-00; Wed, 07 Feb 2001 09:30:12 -0500
Received: from gisco.digibel.be ([209.23.127.10] helo=digibel.net)
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 14QVas-0006Az-00
        for <address@hidden>; Wed, 07 Feb 2001 09:29:14 -0500
Received: (qmail 9848 invoked by uid 600); 7 Feb 2001 14:29:14 -0000
Received: from localhost (address@hidden)
  by localhost with SMTP; 7 Feb 2001 14:29:14 -0000
From: Michael Devogelaere <address@hidden>
X-Sender: address@hidden
To: address@hidden
Subject: troubles creating a new module
Message-ID: <address@hidden>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Wed, 7 Feb 2001 15:29:14 +0100 (CET)
Status: O
Content-Length: 1058
Lines: 42

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
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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