On Mon, Oct 15, 2012 at 10:47 AM, Nick Wellnhofer <[email protected]> wrote: > A git repo on git-wip-us.apache.org has been created: > > # Non Committers > $ git clone http://git-wip-us.apache.org/repos/asf/lucy.git > > # Committers > $ git clone https://git-wip-us.apache.org/repos/asf/lucy.git > > See the following page to get started: https://git-wip-us.apache.org > > Everyone, please check that Git tree > cf5f3dfdf21af6f34a035b74fdc3a136d9b5f548 is an acceptable starting point for > the new master branch.
I see that `trunk` was renamed to `master` per request -- good. Using `diff -ur` to compare git tags and branches against svn exports, I verified that all branches and all tags produce identical code trees in the two repositories -- with the inconsequential exception of some missing empty directories here and there. I then went back and spot-checked the history of the `master` branch. The full history seems to be there -- everything since we became a TLP, everything from incubation and everything from the Lucene subproject days. Looks good to me! Marvin Humphrey
