[IPython-dev] IPython moved over to SVN...
Fernando Perez
Fernando.Perez at colorado.edu
Sun Jul 17 23:13:39 EDT 2005
Hi all,
this is just a heads up for those of you who follow ipython's CVS tree: it is
no more (well, it remains up, but it's not being updated anymore).
We finally have subversion support for ipython, so those of you who are
interested should do a fresh svn checkout:
svn co http://ipython.scipy.org/svn/ipython/ipython/trunk ipython
That's the trunk checkout; if we start doing very disruptive work we'll open a
branch for that and will announce it accordingly.
One of the benefits of the new SVN setup is the flexibility to have new users
and host other work right there. In particular, Robert Kern, Toni, Tzanko and
I are all working on the Summer projects at the same repo. Anyone interested
can either check out the respective trunks here:
svn co http://ipython.scipy.org/svn/ipython/nbdoc/trunk nbdoc
svn co http://ipython.scipy.org/svn/ipython/nbshell/trunk nbshell
svn co http://ipython.scipy.org/svn/ipython/google-rkern/trunk google-rkern
Or, if you are interested in the whole thing, you can just pull the entire
repo in one call:
svn co http://ipython.scipy.org/svn/ipython
Note that this brings the whole repo, with all branches and tags, not just the
trunks for each project.
All new work, including recent bugfixes, is now taking place in the SVN tree.
I'd like to thank Joe Cooper, the Enthought admin, for his unending patience
with all my little questions as I was transitioning to the new environment.
The new setup is extremely nice, with a lot more flexibility and control than
we had before, and I should also thank Enthought for their generous hosting
with such nice, speedy resources.
Regards,
f
More information about the IPython-dev
mailing list