I know that the current Git submodules are not supported by AppHarbor (according to this support ticket , and I just did a quick test, which she confirmed)
BUT, is there any other way?
I currently have a GitHub repository that I want to use as my main submodule, and I need to create a number of other GitHub repositories that use this code base (with the only changes happening inside the App_Data content).
Using the Git submodule seems like an ideal solution, but of course, the problem is that its contents will not be deployed to AppHarbor.
So, besides creating a hard copy (in the file system) of the main GitGub repository, is there any other alternative?
source share