You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2018/02/27 00:42:00 UTC

[GitHub] sijie commented on issue #1207: copy the table service code as the contrib module

sijie commented on issue #1207: copy the table service code as the contrib module
URL: https://github.com/apache/bookkeeper/issues/1207#issuecomment-368704346
 
 
   follow what we did for merging distributedlog at #1068 
   
    do following steps for merging the table service:
   
   1. git clone https://github.com/streamlio/stream-storage merge_table_service
   2. cd merge_table_service
   3. git checkout master
   4. git remote rm origin
   5. git filter-branch -- --all
   6. mkdir -p stream
   7. git mv -k * stream
   8. git commit
   9. cd ../bookkeeper # `../bookkeeper` is the directory of bookkeeper repo
   10. git checkout -b <merge_branch>
   11. git remote add origin-tmp-repo `pwd`/../merge_table_service # `pwd`/../merge_table_service is the directory of table service temp repo
   12. git pull origin-tmp-repo <merge_branch>
   13. rm -rf `pwd`/../merge_table_service

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services