[Python-Dev] git repositories for trunk and py3k (original) (raw)

Brett Cannon brett at python.org
Fri Jul 18 21:38:13 CEST 2008


On Fri, Jul 18, 2008 at 12:35 PM, Neil Schemenauer <nas at arctrix.com> wrote:

On Fri, Jul 18, 2008 at 12:07:19PM -0700, Brett Cannon wrote:

I lied. Trying again complained about Mac/IDLE/Makefile.in which I have not touched, nor is it listed as changed. I think you are running into the fact that the git tree on code.python.org is only updated every 30 minutes. Using the git:// protocol is fast but can't get changes that are in SVN and not yet in the git tree. If your repo is fairly up-to-date, you can just use "git svn rebase". That will grab the latest changes from the SVN server and rebase your local changes, very similar to what "svn up" does.

Did that, still complained.

BTW, I'm on #python-dev at the moment if you run into more trouble.

If I get daring again I will try you in the IRC channel, but I just gave up and used a patch against svn so the change could get committed.

-Brett



More information about the Python-Dev mailing list