> > + project2 > > + trunk > > + tags > > + branches > > + releases > > + some_branch > > + src > > > [...] > > But how do I map the single branch "some_branch" in project2?
Just for the record: I got a direct reply stating: > Use > git config --add svn-remote.svn.fetch > "project2/some_branch:refs/remotes/git-svn/some_branch" which worked like a charm for individual branches. I haven't "grafted" the history though. Hope that helps, Chris -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
