• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: XCode SSH SCM times out
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode SSH SCM times out


  • Subject: Re: XCode SSH SCM times out
  • From: Greg Guerin <email@hidden>
  • Date: Thu, 9 Nov 2006 11:01:26 -0700

Thomas Leaute wrote:

>I set up a temporary Script Build Phase that executes exactly what SCM does
>when it tries to update the project, and I get a "jam failed with exit code
>1" error. What should I do have access to the actual script error message?
>I am not fluent in shell scripting.
>
>Or were you suggesting something else when you mentioned a temporary
>Script Build Phase?...

He may have meant a shell script that prints out the env, so you can
inspect and compare it with a printenv from Terminal, and find any
differences.  At least that's what I thought of when I read the post.

In the Script Build Phase, try this:
  printenv | sort >~/xcode-env.txt

In Terminal:
  printenv | sort >~/term-env.txt

Then compare the two files with:
  /Developer/Applications/Utilities/FileMerge.app

  -- GG


 _______________________________________________
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

  • Follow-Ups:
    • Re: XCode SSH SCM times out
      • From: email@hidden
  • Prev by Date: Re: XCode SSH SCM times out
  • Next by Date: Re: XCode SSH SCM times out
  • Previous by thread: Re: XCode SSH SCM times out
  • Next by thread: Re: XCode SSH SCM times out
  • Index(es):
    • Date
    • Thread