emacs-devel
[Top][All Lists]
Advanced

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

Re: [Savannah-hackers] Re: emacs/lisp/ChangeLog CVS lock


From: Francesco Potorti`
Subject: Re: [Savannah-hackers] Re: emacs/lisp/ChangeLog CVS lock
Date: Thu, 11 Jul 2002 14:11:38 +0200

   > 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:

address@hidden
*/5 * * * * find /cvsroot -name '#cvs.[trw]fl.*' -o -name '#cvs.lock' \
                          -mmin +20 -exec rm --force --verbose {} \;



reply via email to

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