As I've mentioned a couple of times on #pypy, during the codespeak outage I imported pypy trunk from Subversion into bzr (from a local tarball of the repo I had). Since codespeak came back up again I've updated it, and Alexander asked for an import of all the branches rather than just trunk. This is now done and I've just finishing pushing them up to Launchpad:
https://code.edge.launchpad.net/~mwhudson/pypy/ I can keep this up to date by hand, but automating it is a bit tricky given that uploading the end result requires my ssh key. I'll try to think of something. Launchpad can import subversion branches automatically of course, but this is currently broken by a subversion bug (http://subversion.tigris.org/issues/show_bug.cgi?id=3480). A workaround would be setting up read-only svnserve access or maaaybe upgrading svn. Cheers, mwh _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
