bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Eclipse, cvs, and extssh


From: Bruno Haible
Subject: Re: Eclipse, cvs, and extssh
Date: Fri, 25 Jan 2008 20:37:09 +0100
User-agent: KMail/1.9.1

Hi Mark,

> For cvs 1.12.x, you could use CVSROOT=":ext;CVS_RSH=ssh:hostname:/path" for
> those repositories that need to use ssh and
> CVSROOT=":ext;CVS_RSH=rsh:hostname:/path" for those repositories that
> need to use rsh. This is probably a superior method for handing these
> problems providing that it does not give Eclipse heartburn...

What do you mean, "I could use ..."?

Do you mean, the user should set the CVSROOT environment variable or
use the -d option each time he works in a checkout created by Eclipse?
As explained earlier, this is not a workable solution for users who have
multiple cvs checkouts.

Do you mean, I should replace the contents of the CVS/Root files after
Eclipse created the checkout? I'm sure Eclipse won't work with that
afterwards.

The cvs program can do that much more easily. When it sees
  :extssh:
treat it like
  :ext;CVS_RSH=ssh:

This is what the 1-statement patch does that I sent in the last mail.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]