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: Fri, 12 Jul 2002 10:23:53 +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 1026462223 23478 127.0.0.1 (12 Jul 2002 08:23:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2002 08:23:43 +0000 (UTC) Cc: "Kim F. Storm" , system-hackers@gnu.org, cvs-hackers@gnu.org, savannah-hackers@gnu.org, emacs-devel@gnu.org, Mathieu Roy Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17SviJ-00066Z-00 for ; Fri, 12 Jul 2002 10:23:43 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Svs6-0002oF-00 for ; Fri, 12 Jul 2002 10:33:50 +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 17Svio-0005TM-00; Fri, 12 Jul 2002 04:24:14 -0400 Original-Received: from pot.cnuce.cnr.it ([146.48.83.182]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17SviU-0005Pn-00; Fri, 12 Jul 2002 04:23:54 -0400 Original-Received: from pot by pot.cnuce.cnr.it with local (Exim 3.35 #1 (Debian)) id 17SviT-0003Hl-00; Fri, 12 Jul 2002 10:23:53 +0200 Original-To: Miles Bader In-Reply-To: (miles@lsi.nec.co.jp) 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:5694 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5694 > MAILTO=cvs-hackers@gnu.org > */5 * * * * find /cvsroot -name '#cvs.[trw]fl.*' -o -name '#cvs.lock' \ > -mmin +20 -exec rm --force --verbose {} \; Is `#cvs.lock' a per-file lock, a per-directory lock, or a per-session lock? As I said, I am *not* a cvs expert. I just read the cvs man page and extracted all the names of lock files from the FILES section, then put them together in a find command. Sorry, I don't know more offhand.