[Python-Dev] git repositories for trunk and py3k

Neil Schemenauer nas at arctrix.com
Tue Jul 15 23:31:15 CEST 2008


Benjamin Peterson <musiccomposition at gmail.com> wrote:
> Can we push branches?

The git-daemon is setup as read-only.  If you have write access to
the SVN repository then you can push back changes using git-svn.
That's quite a nice way to work, IMHO and provides an easy path for
people who are used to Subversion and want to dip their toe in the
dvcs waters.

While there is no support on code.python.org for publishing your own
git branches, there's no reason why you couldn't publish a branch
using some other host (it's a dvcs after all).  In the short term,
perhaps using private branches in combination with "git
format-patch" and email is the easiest process.

Regards,

  Neil



More information about the Python-Dev mailing list