
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
The majority of the work will be done tomorrow: pushing the new repositories live, enabling and testing all integration into python.org services and probably more work on the new devguide.
Please join us in #python-dev if you have questions.
cheers, Georg

Since it was just asked on #python-dev:
The current "cpython" repository is still a test repository, you can do your test commits against it; a new fresh repository will replace it once the conversion is over (so any important commits should be deferred until further announcement :-)).
(I'm saying "commits" and not only "pushes" because if you base your commits on some of the test commits that were done in between, they will not push properly into the new repository)
Regards
Antoine.
Le vendredi 04 mars 2011 à 17:55 +0100, Georg Brandl a écrit :
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
The majority of the work will be done tomorrow: pushing the new repositories live, enabling and testing all integration into python.org services and probably more work on the new devguide.
Please join us in #python-dev if you have questions.
cheers, Georg
python-committers mailing list python-committers@python.org http://mail.python.org/mailman/listinfo/python-committers

Georg Brandl g.brandl@gmx.net wrote:
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
The majority of the work will be done tomorrow: pushing the new repositories live, enabling and testing all integration into python.org services and probably more work on the new devguide.
Please join us in #python-dev if you have questions.
Would it interfere with your plans if I commit an svnmerge for py3k-cdecimal? Or is this now impossible?
Thanks,
Stefan Krah

Am 04.03.2011 18:21, schrieb Stefan Krah:
Georg Brandl g.brandl@gmx.net wrote:
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
The majority of the work will be done tomorrow: pushing the new repositories live, enabling and testing all integration into python.org services and probably more work on the new devguide.
Please join us in #python-dev if you have questions.
Would it interfere with your plans if I commit an svnmerge for py3k-cdecimal? Or is this now impossible?
It's impossible now; the repository is read-only (IIUC)
Regards, Martin

On 04.03.2011 18:37, "Martin v. Löwis" wrote:
Am 04.03.2011 18:21, schrieb Stefan Krah:
Georg Brandl g.brandl@gmx.net wrote:
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
The majority of the work will be done tomorrow: pushing the new repositories live, enabling and testing all integration into python.org services and probably more work on the new devguide.
Please join us in #python-dev if you have questions.
Would it interfere with your plans if I commit an svnmerge for py3k-cdecimal? Or is this now impossible?
It's impossible now; the repository is read-only (IIUC)
It's actually not that bad since hgsubversion allows incremental conversion. So in theory SVN could remain open until the conversion process has reached recent commits, but I'd rather not have confusion whether a certain commit made it into hg or not.
Georg

On 04.03.2011 18:21, Stefan Krah wrote:
Georg Brandl g.brandl@gmx.net wrote:
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
The majority of the work will be done tomorrow: pushing the new repositories live, enabling and testing all integration into python.org services and probably more work on the new devguide.
Please join us in #python-dev if you have questions.
Would it interfere with your plans if I commit an svnmerge for py3k-cdecimal? Or is this now impossible?
It was impossible, but now I removed the block again. Please do your svnmerge thing quickly :)
Georg

Georg Brandl g.brandl@gmx.net wrote:
On 04.03.2011 18:21, Stefan Krah wrote:
Georg Brandl g.brandl@gmx.net wrote:
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
The majority of the work will be done tomorrow: pushing the new repositories live, enabling and testing all integration into python.org services and probably more work on the new devguide.
Please join us in #python-dev if you have questions.
Would it interfere with your plans if I commit an svnmerge for py3k-cdecimal? Or is this now impossible?
It was impossible, but now I removed the block again. Please do your svnmerge thing quickly :)
Thanks! Done in r88752. Let the conversion begin. :)
Stefan Krah

On Fri, Mar 4, 2011 at 12:15 PM, Raymond Hettinger raymond.hettinger@gmail.com wrote:
On Mar 4, 2011, at 8:55 AM, Georg Brandl wrote:
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
Thanks for stepping up and getting this done.
+1

On Mar 4, 2011, at 12:15 PM, Raymond Hettinger wrote:
On Mar 4, 2011, at 8:55 AM, Georg Brandl wrote:
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
Thanks for stepping up and getting this done.
+1
This is *long* overdue. Thanks, Georg.
regards Steve

On Fri, Mar 4, 2011 at 12:34, Steve Holden steve@holdenweb.com wrote:
On Mar 4, 2011, at 12:15 PM, Raymond Hettinger wrote:
On Mar 4, 2011, at 8:55 AM, Georg Brandl wrote:
Antoine and me are starting the conversion now (it takes quite a while to get the SVN repo and convert it, so we're doing it overnight).
Thanks for stepping up and getting this done.
+1
This is *long* overdue. Thanks, Georg.
And thanks to Antoine as well. And Dirkjan for starting it.
-Brett
regards Steve _______________________________________________ python-committers mailing list python-committers@python.org http://mail.python.org/mailman/listinfo/python-committers

On Sat, Mar 5, 2011 at 8:25 AM, Brett Cannon brett@python.org wrote:
On Fri, Mar 4, 2011 at 12:34, Steve Holden steve@holdenweb.com wrote:
This is *long* overdue. Thanks, Georg.
And thanks to Antoine as well. And Dirkjan for starting it.
And Brett for starting us down this path oh so many moons ago :)
Now to make sure the laptop has hg installed and a clone set up before I fly out next week...
Cheers, Nick.

On 05.03.2011 09:39, Nick Coghlan wrote:
On Sat, Mar 5, 2011 at 8:25 AM, Brett Cannon brett@python.org wrote:
On Fri, Mar 4, 2011 at 12:34, Steve Holden steve@holdenweb.com wrote:
This is *long* overdue. Thanks, Georg.
And thanks to Antoine as well. And Dirkjan for starting it.
And Brett for starting us down this path oh so many moons ago :)
Now to make sure the laptop has hg installed and a clone set up before I fly out next week...
You might not need to, thanks to Brett's Dev-in-a-box project...
Georg

On Sat, Mar 5, 2011 at 6:56 PM, Georg Brandl g.brandl@gmx.net wrote:
You might not need to, thanks to Brett's Dev-in-a-box project...
True, but I need to dust off the laptop and get everything up to date before I leave, anyway (I really don't use it much when I'm not travelling). May as well set up a new clone while I'm at it.
Cheers, Nick.
participants (9)
-
"Martin v. Löwis"
-
Antoine Pitrou
-
Brett Cannon
-
Georg Brandl
-
Guido van Rossum
-
Nick Coghlan
-
Raymond Hettinger
-
Stefan Krah
-
Steve Holden