Re: [Pyobjc-dev] New Bitbucket/Mercurial copy of the SVN repository
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2011-07-05 15:02:50
|
On 19 Jun, 2011, at 12:39, Lawrence Akka wrote: > I notice that at the end of last year Ronald said he intended to move the PyObjC repository from SVN to mercurial, to join py2app and friends which have already been transferred. > > In an attempt to be helpful and for my own purposes I have successfully (I hope) created a copy of the PyObjC SVN repository using mercurial at bitbucket: https://bitbucket.org/lakka/pyobjc > > All history/branches/tags have been preserved (though some of them might usefully be closed off), but please open an issue if you find any problems. I would be delighted if Ronald wanted to move/clone this into his account! > > I hope soon to be able to contribute to the project some work I have done reorganising the Sphinx documentation and updating the examples. Cool, the documentation definitely needs work. I also want to redo the website, I have to update the scripts to generate the site anyway because of the move to sphinx and the site design needs some love as well. I already have a mercurial repository on my machine, but haven't uploaded that to bitbucket yet. BTW. I've started the port to Lion, but that's going slower than I'd want. I've decided to rewrite my metadata generator using the python bindings to clang, the current heap of regular expressions barely works and causes to much problems. From what I've seen so far it should be fairly easy to using clang.cindex as the parser. Ronald |