[Python-Dev] Draft PEP 385: Migrating from svn to Mercurial

Georg Brandl g.brandl at gmx.net
Mon Jun 8 17:27:35 CEST 2009


Frank Wierzbicki schrieb:
> At PyCon, we discussed moving Jython's svn repository to Python's with
> Martin von Löwis.  I would think that Jython would live in Python's hg
> repository in the same way as stackless and distutils.  Has the
> parallel project strategy been determined?  Will they be separate
> repositories, separate "forests", something else?

It should definitely be a separate repository, repositories tend to be a
smaller unit in hg than in SVN, due to the fact that partial clones/checkouts
are not supported.

> Also, Martin suggested we migrate to Python's svn and then go along
> for the svn->hg ride.  Does that still make sense now that some
> planning has been done?

I don't think so.  It should not matter from which repository the conversion
is done, especially since there is no shared history at all.

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-Dev mailing list