[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-hackers] Re: Problem with Apple Project Builder and your CVS
From: |
Samuel Tardieu |
Subject: |
[Savannah-hackers] Re: Problem with Apple Project Builder and your CVS |
Date: |
Sun, 9 Feb 2003 00:23:45 +0100 |
User-agent: |
Mutt/1.4i |
On 9/02, Mathieu Godart wrote:
[...]
| So, when I launch my Terminal, it asks me my pass-phrase. Then, all
| works, I can add and commit files without any problem.
|
| But on Project Builder, the status check goes wrong. This is what i got
| on the console:
[...]
I can see two obvious possibilities for such a failure:
1) ProjectBuilder does not inherit your environment, and cvs tries to call
rsh instead of ssh
2) ProjectBuilder does not know how to request a password from the user
The second possibility is the one with the highest probability. You should
try to setup a ssh-agent on your machine, so that you don't have to type
your passphrase. Look at http://www.withay.com/macosx/ssh-agent-jag.html
for instructions on how to do this.
Sam