I have a large, old subversion repo. It has a number of branches, and merging between branches and the trunk(s) has been maintained with svk. Commits that have been so merged contain comments like this:

r48293@DaddyMac-520 (orig r9245):  userx | 2010-11-22 11:26:55 -0500
Changed the ....

which identifies the branch revision (r9245) that has been merged. A single (trunk) revision may constitute the merging of multiple branch revisions, in which case the comment will contain multiple identifying lines such as the one above.

Is there any way to recreate this branch-merge history while migrating the svn repo to git? I suspect that it might somehow be possible using grafts.

If not already available in the existing toolset, does anyone think that this would be reasonably straightforward to do, in which case some pointers to the relevant code areas would be appreciated.

link|improve this question

40% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.