aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS15
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index d269c82e3c4..b419e409e2b 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1745,6 +1745,19 @@ the script:
1745exec 2> >(exec cat >&2 2>/dev/null) 1745exec 2> >(exec cat >&2 2>/dev/null)
1746exec ssh "$@" 1746exec ssh "$@"
1747 1747
1748*** GNU/Linux: Truncated svn annotate output with SSH.
1749http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7791
1750
1751The symptoms are: you are accessing a svn repository over SSH.
1752You use vc-annotate on a large (several thousand line) file, and the
1753result is truncated around the 1000 line mark. It works fine with
1754other access methods (eg http), or from outside Emacs.
1755
1756This may be a similar libc/SSH issue to the one mentioned above for CVS.
1757A similar workaround seems to be effective: create a script with the
1758same contents as the one used above for CVS_RSH, and set the SVN_SSH
1759environment variable to point to it.
1760
1748*** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through 1761*** GNU/Linux: On Linux-based GNU systems using libc versions 5.4.19 through
17495.4.22, Emacs crashes at startup with a segmentation fault. 17625.4.22, Emacs crashes at startup with a segmentation fault.
1750 1763
@@ -3812,5 +3825,3 @@ Local variables:
3812mode: outline 3825mode: outline
3813paragraph-separate: "[ ]*$" 3826paragraph-separate: "[ ]*$"
3814end: 3827end:
3815
3816arch-tag: 49fc0d95-88cb-4715-b21c-f27fb5a4764a