The problem that this approach renames the commits an they are not the same anymore (as in O+ repo).
Usage of subtree strategy is not perfect, but it's something that more or less works. Thanks. Dmitry. On Fri, Mar 15, 2013 at 2:19 PM, Damien Tournoud <d...@damz.org> wrote: > On Fri, Mar 15, 2013 at 11:08 AM, Dmitry Stogov <dmi...@zend.com> wrote: > > This solution clones the history, but makes merging between PHP and O+ > repo > > (it's going to be used for pecl build for old PHP versions) even more > > difficult. > > > > Thanks. Dmitry. > > Not sure. Merging between the two repositories using the subtree > strategy should be just fine. > … and having the history (ie. the common ancestors) should even help the > merge > algorithm. > > Damien >