From: Benjamin R. <ben...@ou...> - 2011-05-22 20:08:11
|
On Sun, May 22, 2011 at 2:13 PM, Benjamin Root <ben...@ou...> wrote: > > > On Fri, May 20, 2011 at 6:58 PM, Eric Firing <ef...@ha...> wrote: > >> >> I have not yet tried to build from your branch, but based on >> descriptions and discussions, it should be a substantial improvement. Go >> ahead and push when you feel ready. Thank you for all the work. >> >> > I have started to try and merge my branch into the v1.0.x branch when I > discovered some interesting oddities, and I am not 100% sure how I should go > about resolving them. My very first commit in the docfix/smalltypos branch > edited the doc/users/installing.rst document. However, it appears that on > April 1, this file was removed from the repository and its information was > consolidated over to the INSTALL file. However, even though I created my > branch from the v1.0.x branch on April 30th, none of these changes are in my > branch. Therefore, given how many other changes that were made to the > documents, I wonder what other commits are missing. > > Should I rebase my docfix/smalltypos branch with v1.0.x first or should I > use the conflict merge process to let the installing.rst file be removed and > make the changes I made over in INSTALL? Or maybe another idea that I > haven't thought of? > > Ben Root > > I went ahead with the merge conflict procedure, and everything appear to be ok. I had also noticed a few additional mistakes in the INSTALL file currently in v1.0.x that I fixed as well. I will double-check the commit/merge before pushing it up. I also noticed that the INSTALL doc on v1.0.x provided an equivalent command of `apt-get build-dep` for Fedora/RedHat users. I believe this information should also be included in the install_faq.rst document (because it only has the debian version). I will make that a separate commit. Ben Root |