Re: [Python-Dev] Instructions on using git mirror

2009-03-02 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 27, 2009, at 5:24 PM, Brett Cannon wrote: Where's a good place for this? I'm thinking three bullets under "Core Development" on this page: http://wiki.python.org/moin/ I've now moved the Bazaar instructions to the wiki. See * http://wik

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread Neil Schemenauer
David Ripton wrote: > I don't see any point to using Neil's complicated dual-remote git + > git-svn setup if you don't have commit access. Good point. I will write another, hopefully simpler, set of instructions for read-only access. Neil ___ Pytho

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread Zvezdan Petkovic
On Feb 27, 2009, at 3:31 PM, Brett Cannon wrote: We should probably put these, and the Mercurial information on the python.org website, perhaps as siblings of the Bazaar information. Or maybe it should all move to the wiki. Until we are willing to say these mirrors are not experimental all

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread Brett Cannon
On Fri, Feb 27, 2009 at 14:19, Barry Warsaw wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Feb 27, 2009, at 3:31 PM, Brett Cannon wrote: > > Until we are willing to say these mirrors are not experimental all the >> instructions should probably go in the wiki. >> > > Where's a go

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread David Ripton
On 2009.02.27 09:48:17 -0600, Neil Schemenauer wrote: > On Fri, Feb 27, 2009 at 08:36:08AM -0600, Brad Miller wrote: > > when I get to the step git svn fetch I get the following error: > > zsh-% git svn fetch > > Permission denied (publickey). > > Network connection closed unexpectedly: Connection

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 27, 2009, at 3:31 PM, Brett Cannon wrote: Until we are willing to say these mirrors are not experimental all the instructions should probably go in the wiki. Where's a good place for this? I'm thinking three bullets under "Core Developm

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread Brett Cannon
On Fri, Feb 27, 2009 at 11:00, Barry Warsaw wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Feb 27, 2009, at 10:48 AM, Neil Schemenauer wrote: > > On Fri, Feb 27, 2009 at 08:36:08AM -0600, Brad Miller wrote: >> >>> when I get to the step git svn fetch I get the following error:

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Feb 27, 2009, at 10:48 AM, Neil Schemenauer wrote: On Fri, Feb 27, 2009 at 08:36:08AM -0600, Brad Miller wrote: when I get to the step git svn fetch I get the following error: zsh-% git svn fetch Permission denied (publickey). Network connectio

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread Neil Schemenauer
On Fri, Feb 27, 2009 at 08:36:08AM -0600, Brad Miller wrote: > when I get to the step git svn fetch I get the following error: > zsh-% git svn fetch > Permission denied (publickey). > Network connection closed unexpectedly: Connection closed unexpectedly at > /opt/local/bin/git-svn line 1385 > >

Re: [Python-Dev] Instructions on using git mirror

2009-02-27 Thread Brad Miller
when I get to the step git svn fetch I get the following error: zsh-% git svn fetch Permission denied (publickey). Network connection closed unexpectedly: Connection closed unexpectedly at /opt/local/bin/git-svn line 1385 Is there a prerequisite that I get some kind of ssh key pair setup with th

[Python-Dev] Instructions on using git mirror

2009-02-26 Thread Neil Schemenauer
I've revised my instructions on using the experimental git mirror of the Python SVN repository: http://python.ca/nas/tmp/git-notes.txt Stories of success or failure welcome. Neil ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.or