It would be nice to support the :ext: protocol and the
use of
any rsh command, in addition to the :pserver: protocol,
to be able e.g. to access a repository through ssh.
This is done with the cvs command by setting the
RSH environment variable to "ssh" and using the :ext:
protocol.
Logged In: YES
user_id=194627
As i understand the ext: method it is only a tunnel to execute the cvs commands on the server side.
If this is true there is only a change in the protocol layer of the daemon necessary.
But - actually some functionality is missing in the cvsfs link check-in, add/remove files from cvs and some others.
If this has been done i will extend the protocol to support other communication layers.
Anyway - volunteers are welcome. Feel free to contribute and add the functionality required.