[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS, EXT, ssh, plink, example plug-in.xml

To add to Michaels point.

I am using CVS over SSH with Public/Private keys from Eclipse 2.

In the Preferences->Team->CVS->Ext Connection Method, I have set the CVS_RSH
to point to my plink.exe.
The CVS_SERVER is left at the default value "cvs".

In the CVS Repositories View I set up the Repository with host name and
repository as normal with CVS. I enter my userid, but password is left
blank. Connection type is ext (NOT extssh).

Obviously I need to have Pageant active before I connect.

This works fine for me.

Anders

"Michael Valenta" <Michael_Valenta@xxxxxxx> wrote in message
news:3D593D90.50202@xxxxxxxxxx
> Peter,
>
> What version of Eclipse are you using. In Eclipse 2.0, CVS_RSH is set in
> a preference page (Team > CVS > EXT Connectin Method).
>
> Michael
>
> peter greaves wrote:
>
> > i would really like an example of a plugin.xml file for ext type
> > repository config. i am capable of plink-ing over to my CVS box using
> > WINCVS, but i always get "Location cannot be verified" when i try to add
> > the location.  in my xml file in Application
> > Developer\plugins\org.eclipse.vcm.core.cvs.ext i have
> >
> > <parameter name="CVS_RSH" value="c:/cvs/do-cvs.bat"/>
> >
> > and do-cvs.bat has just the line C:\cvs\plink.exe -ssh -pw pa55w0rd
> >
> > i am specifying the repos location as
> >
> >     :ext:peter@xxxxxxxxxxxxxxxx:/usr/local/swgdev
> >
> > but with validate on exit i just get a flash of a dos window (as it runs
> > the bat i think) and then location could not be verified.  if i run the
> > bat file on its own i get a connection fine.  if someone could maybe
> > help that would be great!
> >
> >
> > peter
> > peter.greaves@xxxxxxxxxx
> >
> >
>