Benjamin Peterson <[EMAIL PROTECTED]> 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 _______________________________________________ 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