[Python-Dev] git repositories for trunk and py3k
Neil Schemenauer
nas at arctrix.com
Fri Jul 18 21:35:31 CEST 2008
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
More information about the Python-Dev
mailing list