On 1/25/11 1:06 PM, Darren Dale wrote: > On Tue, Jan 25, 2011 at 1:31 PM, Pauli Virtanen<pa...@ik...> wrote: >> 2011年1月25日 12:19:37 -0500, Darren Dale wrote: >>> There is a potential problem converting the entire basemap history to >>> git. In svn commit 4418, trunk/toolkits had basemap and basemap-testing >>> directories. In commit 4419, basemap was renamed basemap-0.9.6.1, so >>> there was only basemap-0.9.6.1 and basemap-testing. In commit 4420, >>> basemap-testing is renamed basemap. The git history only goes back as >>> far as svn4420, it looks like the conversion routines get confused by >>> the temporary absence of the basemap directory. >>> >>> I'm trying to find a workaround, but if I can't... ? >> You can maybe do it like this: >> >> 1) Write matplotlib.rules so that all of the directories where basemap >> stuff has been ends in the basemap repository. (I'm assuming this does >> not error out...) > Aha! I thought I had tried that. Thanks. > >> 2) This will create a number of separate heads in the basemap repo that >> do not share common history. >> >> 3) Add graft rules in matplotlib.grafts to stitch the disconnected >> history graphs together. > Mercifully, the latest checkout of svn2git seems to take care of that. > I've developed a wicked headache. > > Jeff, the repository is temporarily available at > https://github.com/darrendale/basemap . It would be really helpful if > you would have a look at the network graph at > https://github.com/darrendale/basemap/network to make sure there are > no surprises, maybe clone the repository and check that the working > directory is identical to your svn checkout. > > Darren Darren: https://github.com/darrendale/basemap looks fine, thanks! -Jeff