[Bug 961] CVS annotate problems

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Dec 10 18:50:54 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=961

           Summary: CVS annotate problems
           Product: Portable OpenSSH
           Version: 3.8.1p1
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ssh
        AssignedTo: openssh-bugs at mindrot.org
        ReportedBy: sb at dod.no


I had a problem that CVS annotate from emacs didn't work.  Lines were missing 
from the output.  I was told on gnu.emacs.help, that this was an SSH/CVS/libc 
interaction problem that also affected other tools such as rsync, and was told 
to make the CVS_RSH enviroment variable point to the following bourne shell 
script:

#!/bin/sh
(ssh "$@" 2>&1 1>&3 | cat) 3>&1 1>&2

Using the script fixed the problem for me, but it would be nice not to need it.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list