I think it is also possible to merge the streaming project keeping its history: http://git-scm.com/book/en/Git-Tools-Subtree-Merging. I saw this recently in Optiq's JIRA. They are doing something like:
git subtree add --prefix=example-csv https://github.com/julianhyde/optiq-csv.git master On Sun, Jul 13, 2014 at 3:30 PM, Stephan Ewen <[email protected]> wrote: > Hi folks! > > I have made a version that added the code to the flink repository. > > The thing is: all code is attributed to me (as the one who added the > files). > > If you do not mind, I can commit it like that. If you want to code to be > attributed to you, you need to make a pull request that puts the contents > of your "stratosphere-streaming" project under > "flink-addons/flink-streaming". > > Let me know what your opinion on this is. > > Stephan >
