GNU bug report logs -
#70526
29.2; package-vc-upgrade failed with error message "File is not under version control"
Previous Next
Reported by: "Yi Yue" <include_yy <at> qq.com>
Date: Tue, 23 Apr 2024 05:16:02 UTC
Severity: normal
Found in version 29.2
Done: Philip Kaludercic <philipk <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #29 received at 70526 <at> debbugs.gnu.org (full text, mbox):
"Yi Yue" <include_yy <at> qq.com> writes:
>> >
>> > As you suggested earlier, maybe we need to modify vc.el, making the restriction looser?
>
>> If you can, try out the above patch and tell me if you end up having any
>> issues, otherwise I don't think we need to adjust vc.
>
> Yes, it works as expected, thanks. But now it will create an
> additional empty buffer named "{pkg}*", {pkg} is the name of pacakge.
> So I suggest the following code:
>
> ------------------------------------------------------------------
> (with-demoted-errors "Failed to fetch: %S"
> (require 'vc-dir)
> (let ((vcbuf (vc-dir-prepare-status-buffer
> (format " *vc-dir: %s*" pkg-dir)
> pkg-dir (vc-responsible-backend pkg-dir))))
> (unwind-protect
> (with-current-buffer vcbuf
> (vc-pull))
> (kill-buffer vcbuf))))
> -------------------------------------------------------------------
>
> Anyway, I think this buffer doesn't matter. Both are OK.
As the buffer is hidden, I didn't see the need to clean it up. It can
be re-used later on and might help with debugging.
> Regards
>
> Yi Yue
--
Philip Kaludercic on peregrine
This bug report was last modified 1 year and 24 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.