Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository structure #3

Open
nganivet opened this issue Feb 22, 2014 · 0 comments
Open

Repository structure #3

nganivet opened this issue Feb 22, 2014 · 0 comments

Comments

@nganivet
Copy link

It is not possible to easily clone this repository in my extensions folder since it has one extra level of directories.

Ideally I should do:
$ cd <civicrm_extensions_directory>
$ git clone https://github.com/vivekarora/braintree.git

But this is not possible as:
1- this creates a 'braintree' directory that is not needed
2- I would need to do: cp braintree/com.paymentprocessor.braintree . so the extension is operational in CiviCRM. But then I would lose the ability to git pull on the extension files

So I suggest:

  • renaming the git repository to com.paymentprocessor.braintree
  • bringing the content of the 'com.paymentprocessor.braintree' directory one level up in the repository so all files are at the root of the repository.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant