Hi all, We finally created the path http://codespeak.net/svn/pypy/trunk, which contains the in-development 2.5-compatible version of PyPy. This closes our many-year-old issue 30 :-) The http://codespeak.net/svn/pypy/dist path is still available, and it's fine to continue checking in there for some more days, but please switch to using 'trunk' for development when convenient. The plan is to merge the changes from 'dist' into 'trunk' in a few days, after which we'll use 'dist' only as a kind of mirror of 'trunk' containing read-only snapshots of stable revisions. A bientot, Armin
Hi all, On Sat, Oct 11, 2008 at 05:14:57PM +0200, Armin Rigo wrote:
The plan is to merge the changes from 'dist' into 'trunk' in a few days, after which we'll use 'dist' only as a kind of mirror of 'trunk' containing read-only snapshots of stable revisions.
Done. There is now a pre-commit hook that rejects commits inside pypy/dist. Please continue development on pypy/trunk. SVN reminder on how to switch your existing working copy: $ svn info URL: http://codespeak.net/svn/pypy/dist # ^^^ check this URL! if it's not exactly .../pypy/dist, your # current working directory is wrong! $ svn switch http://codespeak.net/svn/pypy/trunk A bientot, Armin.
participants (1)
-
Armin Rigo