From: Michael Pfeiffer <michael.pfeiffer@xxxxxxxxx>
To: openbeos@xxxxxxxxxxxxx
Date: Thu, 12 Sep 2002 15:09:13 -0700
>btw, YAY, I got cvs+ssh working in BeOS-BONE :), thx to shatty's ssh.
>Just need to ^C each time, but at least it works.
An older version of cvs for netserver had a similar problem. The workaround
for it was to add the flag -z3 to the cvs command:
cvs -z3 add ...
- Michael