Hi Jens, Please make sure to file a bug report to describe what your SCM layout / setup is like, and how you'd like for it to all work out. I'm assuming that you're on Xcode 6.1.1?
Joar > On 12 dec 2014, at 15:20, Jens Alfke <[email protected]> wrote: > > We set up a CI bot for Xcode to build our project, but it's not working > correctly. Our git repo has a number of submodules, but the bot doesn't > update the submodules before building, so it ends up building old revisions > of the code in the submodules and gets errors. > > I looked at the Source Control Log portion of the bot's logs, and I saw some > lines saying "Forced Revision" implying that it's checked out specific > revisions of the submodules. The problem is, those revisions are incorrect. I > don't know where it got those rev IDs from; they're not the ones specified in > the git repo, they're often several weeks old. > > What's going wrong here? > > —Jens > > 2014-12-12 15:11:28.154 XCSCheckoutIntegrationStep.m:83 > [XCSCheckoutIntegrationStep enqueueOperations] > [SourceControl] About to update/checkout: > https://[email protected]/couchbase/couchbase-lite-ios.git Branch: > Master (@(null)) into couchbase-lite-ios/ > https://github.com/robbiehanson/CocoaAsyncSocket.git Forced Revision: > 1ee2e65e6ed7837736e840375726ee1dfbfcedf8 into > couchbase-lite-ios/vendor/WebSockets-Cocoa/vendor/CocoaAsyncSocket/ > git://github.com/couchbaselabs/CocoaHTTPServer.git Forced Revision: > 12999d96703cb04fb72a796fc83f78fdf836153d into > couchbase-lite-ios/vendor/CocoaHTTPServer/ > git://github.com/couchbaselabs/fmdb.git Forced Revision: > 613b75052e35ca33f10d992eb0ce120b6728079d into couchbase-lite-ios/vendor/fmdb/ > git://github.com/couchbaselabs/ios-oauthconsumer.git Forced Revision: > 4f4d10c22e3c0231be82de82d88e3ae14e56611d into > couchbase-lite-ios/vendor/oauthconsumer/ > git://github.com/snej/sqlite3-unicodesn.git Forced Revision: > 720b04a7c35c0d6d3058f6ddd350c760ac14ed8c into > couchbase-lite-ios/vendor/sqlite3-unicodesn/ > git://github.com/couchbaselabs/WebSockets-Cocoa.git Forced Revision: > 3b47846dddd9b5165f8682675a1ae0088de6137e into > couchbase-lite-ios/vendor/WebSockets-Cocoa/ > git://github.com/snej/MYUtilities.git Forced Revision: > 213df373500d50c276c2aa5a85aa8a9a30f4c417 into > couchbase-lite-ios/vendor/MYUtilities/ > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Xcode-users mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/xcode-users/joar%40joar.com > > This email sent to [email protected] _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
