Re: XCode SSH SCM times out
Re: XCode SSH SCM times out
- Subject: Re: XCode SSH SCM times out
- From: Thomas Léauté <email@hidden>
- Date: Thu, 9 Nov 2006 08:57:06 +0100
~/.MacOSX/environment.plist did not exist on my system, so I created
it using the Property List Editor.
Now I am getting a different error message: "Permission denied
(publickey,keyboard-interactive). Same error as when I tried to start
XCode by "open -a XCode" from the Terminal before I created
environment.plist.
Why on Earth does this have to be so complicated?... I managed to set
up XCode with CVS over SSH before! The only differences are that it
was on Panther, with XCode 1.x, and with the standard SSH port. And
all I had to do was to set up CVSROOT and CVS_RSH in my .profile. Why
isn't it working this time?...
Thomas
Le 8 nov. 06 à 21:59, Richard Wackerbarth a écrit :
Thomas, when I first set up to do this, I had similar problems. I
had to add
CVS_RSH=ssh
to the execution environment for Xcode since Xcode does not run
under the same "profile" and startup scripts that are associated
with a shell (such as the one executed in Terminal)
(Note that NFSNET_HOME is another setting that I need for another
project. It would not apply to you.)
g5:~ rkw$ cat ~/.MacOSX/environment.plist
<plist version="0.9">
<dict>
<key>CVS_RSH</key>
<string>ssh</string>
<key>NFSNET_HOME</key>
<string>/Volumes/Unix/NFSNET_HOME</string>
</dict>
</plist>
g5:~ rkw$
On Nov 8, 2006, at 11:49 AM, Alexander von Below wrote:
Wow. In that case, i would file it as a bug
Alex
Am 08.11.2006 um 18:47 schrieb Thomas Léauté:
Le 8 nov. 06 à 16:48, Alexander von Below a écrit :
Am 08.11.2006 um 16:41 schrieb Thomas Léauté:
You mean, in the lower right corner? The one that displays the
full cvs command and the corresponding output? It is not very
helpful in my case: it just shows the exact same error message
that XCode gives me in the error window ("Operation timed out
etc.").
Yes, that is what I meant.
But what happens if you copy and paste the commands from this
window to the terminal, does that work or fail?
It works...
Thomas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40dataplex.net
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden