>The issue is how do we change github pull requests into SVN commits and >hopefully with a minimum amount of steps/minimal extra work required. If >anyone has any ideas please speak up.
Justin, What if we maintained a git branch which had the .svn files checked in already. The process would then be to apply the pull request against that branch, add/remove the files from SVN. Check into SVN and then push the result with the modified SVN files back to git. Not ideal, but it might be viable, Mike