all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Urban Engberg <urban@engbergs.dk>
To: Dmitry Gutov <dmitry@gutov.dev>
Cc: 59232@debbugs.gnu.org
Subject: bug#59232:
Date: Wed, 20 Dec 2023 18:38:20 +0100	[thread overview]
Message-ID: <CALqErGQa36qDPLYmz=C6-hz_s8_MtaOrHnr0m44UWCRD+Jws4Q@mail.gmail.com> (raw)
In-Reply-To: <efae523f-4bbb-c171-9e8a-0b118bcab8eb@gutov.dev>

[-- Attachment #1: Type: text/plain, Size: 1685 bytes --]

On Wed, 20 Dec 2023 at 16:50, Dmitry Gutov <dmitry@gutov.dev> wrote:

> This kind of change is bound to make worse the apparent performance of
> vc-annotate with SVN. So it would be great to understand the issue of
> the problem first.
>
> Is that a network error? Do you see the same problem with your corporate
> repo when calling the respective command in the command line?
>
> Worst case, we could create a user option, to only be used in affected
> projects.
>

I agree, absolutely. This was just how far I had been able to do my
analysis – and I thought it might be helpful to others diagnosing the
problem.

I have done some more debugging am able to get as far as this snippet (from
the function vc-do-command with arguments unfolded, when okstatus is
'async):

(let ((process-connection-type nil))
  (start-file-process
   "svn"
   (get-buffer "*Annotate Program.java (rev 23283)*")
   "svn"
   "--non-interactive" "annotate" "/home/.../Program.java"))

When I run this command directly in Emacs (using eval-defun), around the
first 100 lines of the svn output is written to the *annotate* buffer,
after which I get the output


Process svn exited abnormally with code 1

written to the buffer. If I set process-conection-type to t instead, the
process finishes without problems.

The svn command is run against an SSH-server inhouse and the
annotate-command takes around 1 second when run from my shell, and I
haven't seen it fail.

I run svn version 1.14.2.

If you have any ideas of what I should do from here, I'd be happy to assist.

-- 
urban@engbergs.dk, 5679+MHJ Århus
<https://www.google.com/maps?q=9F8G5679%2BMHJ>

[-- Attachment #2: Type: text/html, Size: 2952 bytes --]

  reply	other threads:[~2023-12-20 17:38 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-13  0:14 bug#59232: 27.2; vc-annotate on SVN does not process all lines Pierre Rouleau
2022-11-13  2:29 ` Dmitry Gutov
2022-11-13 14:42   ` Pierre Rouleau
2022-11-13  2:30 ` Dmitry Gutov
2022-11-13 14:59   ` Pierre Rouleau
2022-11-13  6:36 ` Eli Zaretskii
2022-11-13 14:51   ` Pierre Rouleau
2022-11-13 15:11     ` Pierre Rouleau
2022-11-13 16:10       ` Andreas Schwab
2022-11-13 16:40     ` Eli Zaretskii
2022-11-13 18:05       ` Pierre Rouleau
2022-11-13 23:54         ` Stephen Berman
2022-11-14  3:48           ` Pierre Rouleau
2022-11-13  8:12 ` Andreas Schwab
2022-11-13 14:55   ` Pierre Rouleau
2023-12-20 12:41 ` bug#59232: Urban Engberg
2023-12-20 15:50   ` bug#59232: Dmitry Gutov
2023-12-20 17:38     ` Urban Engberg [this message]
2023-12-20 18:35       ` bug#59232: Dmitry Gutov
2023-12-20 21:36         ` bug#59232: Urban Engberg
2023-12-20 22:03           ` bug#59232: Dmitry Gutov
2023-12-20 22:50             ` bug#59232: Urban Engberg
2023-12-21  0:12               ` bug#59232: Dmitry Gutov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALqErGQa36qDPLYmz=C6-hz_s8_MtaOrHnr0m44UWCRD+Jws4Q@mail.gmail.com' \
    --to=urban@engbergs.dk \
    --cc=59232@debbugs.gnu.org \
    --cc=dmitry@gutov.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.