Description of problem: php folder does not get cloned when creating php app from drupal quickstart. As a result there is no way to modify it's content Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. rhc app create myapp php-5.3 mysql-5.1 cron-1.4 --from-code git://github.com/openshift/drupal-quickstart.git 2. ls myapp (the repo of the app does not have a php folder. However, when you ssh to the app and ls app-root/repo, you will see the php folder) 3. mkdir php && echo test > php/test.txt && git add . && git commit -am "test" && git push Actual results: ERROR: The 'php' directory in your Git repo prevents Drupal from being installed. Please remove 'php' and push again. Expected results: Additional info:
This is how that quickstart is designed. The php folder gets created on deploy.
Then how am I supposed to add the contents to the php folder of the app? When I create php folder locally with some content, commit and push it, the push fails since my local php folder conflicts with the remote one.
We apologize, however, we do not plan to address this report at this time. The majority of our active development is for the v3 version of OpenShift. If you would like for Red Hat to reconsider this decision, please reach out to your support representative. We are very sorry for any inconvenience this may cause.