I would like to host a project on AppHarbor. The project's Hg repository is hosted on BitBucket. The issue is that my repository contains a subrepo (also Hg on BitBucket). It seems there is no way for AppHarbor to pull subrepos, so the project fails to build.
AppHarbor is aware of the issue and states that the solution is up to BitBucket:
- http://support.appharbor.com/discussions/problems/1578-bitbucket-hg-subrepos-are-not-downloaded-to-appharbor
- http://support.appharbor.com/discussions/problems/4154-using-bitbucket-repo-with-sub-repo
BitBucket has an open ticket, but no updates:
My question is, does anyone have a good workaround for this? I would be willing just to ftp the working directory to AppHarbor, but I don't see how to do that.