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.

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

  Neil
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to