Hi, I would like for us to continue using the development process we've been using so far: all patches have to be posted on this list for review before committing them. Once you receive at least one ACK and no NACK, you can then push your changes into subversion.
Since most people will be using git (via git-svn), the preferred method of posting patches is through 'git format-patch' and 'git send-email'. That makes it easy to pull the patch series onto a private branch for review. The main thing that changes for people used to a git workflow is that they need to run 'git svn dcommit' instead of 'git push' to actually push their patches. David
