at our company we have some drupal projects that share some custom developed modules, so in svn, we have a dir structure like this:
project 1
-- sites
-- -- all
-- -- -- modules
-- -- -- -- custom
-- -- -- -- -- my_mod1
project 2
-- sites
-- -- all
-- -- -- modules
-- -- -- -- custom
-- -- -- -- -- my_mod2
Now, we want to share my_mod1 in other projects, like project 2, but if we simply copy/added it to svn, it will be difficult to maintain (dupe code, each one on one repo, so if we modify one, we will need to modify the other).
Probably, the ideal will be to have a central repo of custom modules, but I don't know if this is possible, or how to do it, so, please, we need your help with this ;).
Thanks in advance!