I am trying to configure Continuous Integration in Mavericks using OS X Server for Mavericks.
I have Server installed, and the source code is in a local directory using Git from the collector. I follow the Apple Xcode Continuous Integration Guide, and I'm in the part where I add the bot to the product in Xcode.
I get an error message:
To create a bot, you need a project that is controlled by the source. This project is located in the local Git repository. To be able to create a bot, the project must be in the repository, access to which can be obtained by the server so that it can clone it. [cancel] [Configure Remotes ...]
Clicking on undo or configure remotes leads to a setting for my folder, and I see that my remote added is just fine. I also tried adding a remote repository with a different name.
How do I move forward?
source share