Hey guys,
I’m looking for advice from someone with GIT experience.
Currently I manage about 10-20 EE addons using SVN which is really starting to bug me. Theres a bunch of .svn folders floating around and now I’m starting to get some conflicts. I’ve heard on the hype-vine that Git is the new black and I want to give it a try.
I’m trying to setup a new git repo but I’m having trouble deciding how the repo tree will look.
My initial thoughts were to create the repo in a root of an EE site and manage all my extensions as one project. However this seems like a bad idea.
Ideally I would like to manage each addon as a seperate repo so I can export/tag them when a new release is available. The only way I can see this happening is having many git repos in the EE install root. As far as I can tell this will cause conflicts.
So whats the best way to setup the repos?
You’ll also note that I added SVN into the title. I know I have had this dilema with SVN as well.
So how do you manage your addon code?