On 06/20/2013 10:17 AM, Andrew Sutton wrote:
It looks like I should be able to switch directly to the c++-concepts branch. Or is there some configuration that has to happen on the remote site?
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.
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. Jason