emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100386: * etc/PROBLEMS: Add note


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100386: * etc/PROBLEMS: Add note about svn+ssh. (Bug#7791)
Date: Mon, 17 Jan 2011 18:31:59 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100386
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Mon 2011-01-17 18:31:59 -0800
message:
  * etc/PROBLEMS: Add note about svn+ssh.  (Bug#7791)
modified:
  etc/ChangeLog
  etc/PROBLEMS
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2011-01-03 00:39:50 +0000
+++ b/etc/ChangeLog     2011-01-18 02:31:59 +0000
@@ -1,3 +1,7 @@
+2011-01-18  Glenn Morris  <address@hidden>
+
+       * PROBLEMS: Add note about svn+ssh.  (Bug#7791)
+
 2011-01-03  Glenn Morris  <address@hidden>
 
        * refcards/calccard.tex, refcards/cs-dired-ref.tex:

=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS      2011-01-02 23:50:46 +0000
+++ b/etc/PROBLEMS      2011-01-18 02:31:59 +0000
@@ -1745,6 +1745,19 @@
 exec 2> >(exec cat >&2 2>/dev/null)
 exec ssh "$@"
 
+*** GNU/Linux: Truncated svn annotate output with SSH.
+http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7791
+
+The symptoms are: you are accessing a svn repository over SSH.
+You use vc-annotate on a large (several thousand line) file, and the
+result is truncated around the 1000 line mark.  It works fine with
+other access methods (eg http), or from outside Emacs.
+
+This may be a similar libc/SSH issue to the one mentioned above for CVS.
+A similar workaround seems to be effective: create a script with the
+same contents as the one used above for CVS_RSH, and set the SVN_SSH
+environment variable to point to it.
+
 *** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through
 5.4.22, Emacs crashes at startup with a segmentation fault.
 
@@ -3812,5 +3825,3 @@
 mode: outline
 paragraph-separate: "[  ]*$"
 end:
-
-arch-tag: 49fc0d95-88cb-4715-b21c-f27fb5a4764a


reply via email to

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