Hey all, I'm not sure whether this is the right list, suggestions welcome. I think about merging these two repositories:
http://projects.kde.org/kdev-php (language support) http://projects.kde.org/kdev-php-docs (embedded PHP.net docs) Why are they separated to begin with: - they are separate plugins - they don't share code Why I want to merge them anyways: - a user of one will want the other and vice versa - one less repository to tarball when doing a release So my question essentially boils down to: Is this "ok" or would I mess with distributors who bundled these plugins separately up to now? They could still do that if they want to, right? How do I merge them? Can I just do something like this: .../php|master$ mkdir language .../php|master$ git mv * language/ .../php|master$ git commit -m "move language support to sub folder" .../php|master$ cs php-docs .../php-docs|master$ #same as above, put into documentation folder .../php|master$ git remote add php-lang-repo .../php|master$ git push origin php-lang-repo Bye -- Milian Wolff m...@milianw.de http://milianw.de
signature.asc
Description: This is a digitally signed message part.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<