colinmollenhour/modman

2 or more modules for same company

Graidenix opened this issue · 1 comments

I have created 2 modules with same company in 2 different git repositories.

app/code/local/Company/Module1
app/code/local/Company/Module2

When i try to install 2nd it partially replace the first.
Can you please check this situation.

Just for future reference: Do not link the namespace Company, link the module ModuleX!

module1/modman:

app/code/local/Company/Module1/ app/code/local/Company/Module1/

module2/modman:

app/code/local/Company/Module2/ app/code/local/Company/Module2/

This will result in

$ tree app/code/local/Company/
app/code/local/Company/
├── Module1 -> ../../../../.modman/module1/app/code/local/Company/Module1/
└── Module2 -> ../../../../.modman/module2/app/code/local/Company/Module2/

and thus no conflict / replacements at all.