GNU bug report logs -
#59232
27.2; vc-annotate on SVN does not process all lines
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Wed, 20 Dec 2023 at 23:03, Dmitry Gutov <dmitry <at> gutov.dev> wrote:
> When this ends in failure, is there something at the end of the buffer
> *Test* that looks like stderr output? The process might not just stop
> and return status 1, but it could print something usable as well.
>
Unfortunately no, the end just looks like this:
23153 fm
Process xxx<3> exited abnormally with code 1
> Also, just to be able to separate stderr output more easily, you could
> use 'make-process' instead of 'start-process' because it allows to
> specify a separate buffer for errors.
>
Using make-process:
(let ((process-connection-type nil))
(make-process
:name "xxx"
:buffer "*Test*"
:command (list "svn" "annotate" "FILE")))
This fails, just like before. Interestingly, adding
:stderr "*Stderr*"
to the argument list makes the command **not** fail and *Stderr* thus just
contains "Process xxx stderr finished"
There are also some options outlined for trying to get more verbose
> output of it here --
>
> https://stackoverflow.com/questions/8416989/is-it-possible-to-get-svn-client-debug-output
> -- but it seems like this might only work with some client versions. And
> most answers are 5-10 years old.
>
No, I don't get much more from that. But perhaps interesting as well, I
gave the "svn annotate" a "-v" to generate more verbose output. It seems
this makes it output the full date on each line of the output. With this
option, the process is terminated after just 56 lines, or around 4900
characters – close to what we got before. Could it in some way be that the
pipe into the output buffer is closed down prematurely? As again, it
doesn't seem that the svn process itself fails, when run in any other way?
--
urban <at> engbergs.dk, 5679+MHJ Århus
<https://www.google.com/maps?q=9F8G5679%2BMHJ>
[Message part 2 (text/html, inline)]
This bug report was last modified 1 year and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.