On Mar 23, 2:03 am, Thomas Ferris Nicolaisen <tfn...@gmail.com> wrote: > Almost, this is how: > > git clone bare-url gitdir > cd gitdir > git svn init svn-url > > This is "5. Set up an SVN remote in the developer's repo" in this > guide:http://blog.tfnico.com/2010/11/git-svn-mirror-for-multiple-branches.html
git branch mybranch remotes/origin/mybranch git co mybranch I had created the co alias for checkout and the upci alias. I tried this and modified a file followed by git commit -a -m "test file update" git upci It gave me an error message unable to determine upstream SVN information from HEAD history. Was there a step that I missed? -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubscribe from this group, send email to git-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.