Hello!
I have a huge svn repo (about 3 GB checked out branch). So complete
git-svn's clone is not an option in my case.
I've decided to checkout by branch in case I need that branch.
Here is my .git/config at start
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[svn-remote "svn"]
url = svn://repo.host/repo.path
fetch = branches/branch1:refs/remotes/git-svn-branch1
Then I've added one more branch like this:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[svn-remote "svn"]
url = svn://repo.host/repo.path
fetch = branches/branch1:refs/remotes/git-svn-branch1
fetch = branches/branch2:refs/remotes/git-svn-branch2
During git svn fetch I noticed many messages that looks like this
> Couldn't find revmap for branch svn://repo.host/repo.path/branches/branch1
>
After that new branch has checked out with no merge history with branch1.
Is there some way to fix merge history?
Thank you!
--
You received this message because you are subscribed to the Google Groups "Git
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.