savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-hackers] Erroneous CVS commit report


From: Sylvain Beucler
Subject: Re: [Savannah-hackers] Erroneous CVS commit report
Date: Sun, 14 Nov 2004 21:52:15 +0100
User-agent: Mutt/1.4.2.1i

Hi,

I think it is a bug in commit_prep+log_accum, basically it seems it
doesn't remove its temporary files after the notification. Although it
uses a random number as a suffix, sometimes the random number matches
an old one and generates an unappropriate diff.

You may consider to ask Corvus or Ward (I think Corvus worked on
tuning commit_prep+log_accum to Savannah, and Ward to the way it sends
mail) to fix the issue, if that's possible, and reinstall the new
binary-compiled Perl script where CVS notifications were installed.

Elfyn also had written a cron job to clear the directories used by
commit_prep+loc_accum before he left, but I am not sure it was working
perfectly.

-- 
Sylvain


On Sun, Nov 14, 2004 at 03:29:13PM -0500, Richard Stallman wrote:
> I got the following message today.  It reports a change that I checked
> in on Nov 2, attributing it incorrectly to Vinicius Latorre.  Looking
> at the CVS log for file file, I see no recent change in the file,
> and none checked in by Vinicius Latorre.
> 
> What happened here?
> 
> 
> 
> Message: 6
> Date: Sat, 13 Nov 2004 19:59:05 -0500
> From: Vinicius Jose Latorre <address@hidden>
> Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
> To: address@hidden
> Message-ID: <address@hidden>
> 
> Index: emacs/lisp/comint.el
> diff -c emacs/lisp/comint.el:1.303 emacs/lisp/comint.el:1.304
> *** emacs/lisp/comint.el:1.303        Tue Oct 19 16:51:14 2004
> --- emacs/lisp/comint.el      Tue Nov  2 14:16:30 2004
> ***************
> *** 788,794 ****
>   
>   (defun comint-insert-input (&optional event)
>     "In a Comint buffer, set the current input to the previous input at 
> point."
> !   (interactive "@")
>     (if event (mouse-set-point event))
>     (let ((pos (point)))
>       (if (not (eq (get-char-property pos 'field) 'input))
> --- 788,794 ----
>   
>   (defun comint-insert-input (&optional event)
>     "In a Comint buffer, set the current input to the previous input at 
> point."
> !   (interactive "e")
>     (if event (mouse-set-point event))
>     (let ((pos (point)))
>       (if (not (eq (get-char-property pos 'field) 'input))
> 
> 
> 
> 
> _______________________________________________
> Savannah-hackers mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/savannah-hackers

-- 
Sylvain




reply via email to

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