Q: Nil control queue item
Hi,
I'm trying to connect to a remote repo (using git, hosted internally) and cant figure out for the life of it what is wrong.
Following is the repo url which works perfectly fine when I try to pull, push, checkout from XCode ONLY
git://git.XYZ.net/ios/myproject.git
I use the same url in respositories under OS X Server and I get the following error when I try to integrate
Oct 28 12:55:54 xyz.xyz.com xcsbuildd[27672] <Debug>: [XCSWorkQueueSource.m:55 85f7000 +0ms] Got something from the work queue control-1486b2a0-88a1-4e40-9ae7-ee7215d76651 <null>
Oct 28 12:55:54 xyz.xyz.com xcsbuildd[27672] <Error>: [XCSBuildBundle.m:464 85f7000 +0ms] Got a nil control queue item
latestRunSubStatus = "internal-checkout-error";
Oct 28 12:56:46 xyz.xyz.com xcsbuildd[27672] <Error>: [XCSCheckoutOperation.m:499 72130310 +22580ms] Error in git clone Error Domain=CSBotSCMAction Code=-1000 "Cloning into '......
My BOT settings looks like below
Respository: ios - git://git.XYZ.net/ios/myproject.git
Branch: master
project path: ipad.xcodeproj
Scheme: myscheme
Bot Name: Test
Any help is much appreciated.
Thanks in advance.
Posted on Oct 28, 2013 11:15 AM