mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
Request: Common, DBAL and ORM submodules #1316
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @philBrown on GitHub (Mar 1, 2011).
Hi
I recently noticed that the Symfony project has create some subtree repositories for the Console and Yaml components.
Is there any chance the \Doctrine\Common, \Doctrine\DBAL and \Doctrine\ORM namespaced code could follow suit and be made into separate repositories for easy inclusion into other projects via submodule?
Cheers,
Phil
@jwage commented on GitHub (Mar 2, 2011):
Hi,
They have been separated from the very beginning:
http://github.com/doctrine/common
http://github.com/doctrine/dbal
http://github.com/doctrine/doctrine2
@philBrown commented on GitHub (Mar 2, 2011):
Hi Jon
What I meant was to isolate the library code only... to create subtree repos from the lib/Doctrine/Common, lib/Doctrine/DBAL and lib/Doctrine/ORM prefixes.
Have a look at what Symfony has done with
This way, it would be easier to clone these subtree repos as submodules directly into a project's "library" directory
Cheers,
Phil
@beberlei commented on GitHub (Mar 2, 2011):
I'll look into it. I want to merge the DBAL back into the Doctrine2 repository anyways.
@beberlei commented on GitHub (Mar 2, 2011):
Btw, please use the jira tracker for this. I will remove issues here now.