[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-cvs-dev] Headless and extssh
|
- From: Thomas Hallgren <thomas@xxxxxxx>
- Date: Thu, 27 Sep 2007 22:45:39 +0200
- Delivered-to: platform-cvs-dev@eclipse.org
- User-agent: Thunderbird 2.0.0.6 (Windows/20070728)
Hi,
I've been trying to figure out how to create a headless CVS
configuration for Buckminster that will be able to connect using
'extssh'. From the looks of it, it is impossible. The
'org.eclipse.team.cvs.ssh' bundle contains ssh1 only and it doesn't
register the needed IConnectionMethod as an extension. This is done in
the bundle 'org.eclipse.team.cvs.ssh2'. This bundle in turn is dependent
on the a whole bunch of UI bundles.
I looked at the code and the only real dependency to a UI component
seems to come from the CVSSSH2Plugin class (it's derived from
AbstractUIPlugin) but other then that, there's no UI specific code. Is
this per design or is it just an oversight?
Kind Regards,
Thomas Hallgren