Luke Gorrie luke@synap.se writes:
I have recurring problems where CVS omits large chunks of text when doing diffs and checking out old versions. Does anyone know about this?
You can use this script as your CVS_RSH:
#!/bin/sh ## Redirecting stderr works around lost output when run from Emacs. exec ssh $* 2> /dev/null
Hope this helps,