From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francesco Potorti` Newsgroups: gmane.emacs.devel Subject: Re: [Savannah-hackers] Re: emacs/lisp/ChangeLog CVS lock Date: Thu, 11 Jul 2002 14:11:38 +0200 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020710134735.D77A.LEKTU@terra.es> <87znwypx47.fsf@pot.cnuce.cnr.it> <5xbs9er46b.fsf@kfs2.cua.dk> <20020711114406.GC2732@elephant.175-126-180.ipt.aol.com> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026389496 28078 127.0.0.1 (11 Jul 2002 12:11:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 11 Jul 2002 12:11:36 +0000 (UTC) Cc: emacs-devel@gnu.org, savannah-hackers@gnu.org, cvs-hackers@gnu.org, system-hackers@gnu.org, "Kim F. Storm" Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17ScnI-0007Il-00 for ; Thu, 11 Jul 2002 14:11:36 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Scwg-0000Tj-00 for ; Thu, 11 Jul 2002 14:21:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Scnw-00049v-00; Thu, 11 Jul 2002 08:12:16 -0400 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17ScnL-00048o-00; Thu, 11 Jul 2002 08:11:39 -0400 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.35 #1 (Debian)) id 17ScnK-00018a-00; Thu, 11 Jul 2002 14:11:38 +0200 Original-To: Mathieu Roy In-Reply-To: <20020711114406.GC2732@elephant.175-126-180.ipt.aol.com> (yeupou@gnu.org) X-fingerprint: 4B2 6187 5C3 D6B1 2E31 7666 9DF 2DC9 BE21 6115 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5645 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5645 > Couldn't the cvs server be improved to remove stale locks after, say, > 1 hour? If you can provide the enhancement, you're welcome. I am *not* a CVS hacker. But I suspect that the following line in a crontab would do the trick: MAILTO=cvs-hackers@gnu.org */5 * * * * find /cvsroot -name '#cvs.[trw]fl.*' -o -name '#cvs.lock' \ -mmin +20 -exec rm --force --verbose {} \;