On Mon, 10 Apr 2017, Willem Jan Withagen wrote: > Hi, > > I have submitted a PR to RocksDB that got accepted. > But now I'd like to try it in my WIP tree. > > So how do I locally roll the RocksDB version forward? > > Is it as simple as going into RocksDB and go: > 'git pull' ?? It depends on what remotes you have in the rocksdb repository; you may have to 'git remote add upstream https://github.com/facebook/rocksdb' and fetch that first. Once you get the submodule on the right commit, you'll need to make a commit in the containing ceph.git updating the submodule sha1. (I usually use 'git gui' for this.) sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html