Request: Common, DBAL and ORM submodules #1316

Closed
opened 2026-01-22 13:10:03 +01:00 by admin · 4 comments
Owner

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

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
admin closed this issue 2026-01-22 13:10:05 +01:00
Author
Owner

@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

  • Jon
@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 - Jon
Author
Owner

@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

@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 - https://github.com/symfony/Console and - https://github.com/symfony/Yaml This way, it would be easier to clone these subtree repos as submodules directly into a project's "library" directory Cheers, Phil
Author
Owner

@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): I'll look into it. I want to merge the DBAL back into the Doctrine2 repository anyways.
Author
Owner

@beberlei commented on GitHub (Mar 2, 2011):

Btw, please use the jira tracker for this. I will remove issues here now.

@beberlei commented on GitHub (Mar 2, 2011): Btw, please use the jira tracker for this. I will remove issues here now.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#1316