CVS ssh component
Status: Pre-Alpha
Brought to you by:
tyrone1979
Because Netbean cvs client has no ssh implementation,
I integrated Netbean cvs client with eclipse cvs ssh.
Now pserver can work well, but ssh can only login but
cannot communication with cvs server, I think
something is wrong with InputStream or OutputStream.
The source is in the module CVS4j.
org.colimas.scm.ccvs.ssh is copy from eclipse.org and
I added two classes into
org.netbeans.lib.cvsclient.connection:
SSH2Connection and SSHConnection.