> The c++-concepts SVN branch won't come in with a clone; you need to add it > to the fetch list with > > git config --add remote.origin.fetch > refs/remotes/c++-concepts:refs/remotes/origin/c++-concepts > > Then you can check out a local branch based on it.
Already did that. I probably need to do this, right? git checkout -b c++-concepts origin/c++-concepts >> How will this change the workflow? What's the process for submitting >> changes using git? > > > That depends whether you want to keep it as an SVN branch or switch to a > git-only branch. Both processes are documented in the wiki page: > > http://gcc.gnu.org/wiki/GitMirror#Commit_upstream_.28git-svn.29 > http://gcc.gnu.org/wiki/GitMirror#Git-only_branches > > If it's unclear, please let me know so I can update the page. I just setup using a git-only branch, so the latter. I set up to push changes to asutton/c++-concepts, so submitted should be visible there. Out of curiosity, how will reviews work? Just walk through the most recently pushed changes on my branch? I should be able to produce diffs to send to Gaby also. I should also be able to use those to patch an SVN checkout and commit from a different repo. Andrew