Sandburg
Sandburg

Reputation: 865

Consolidate SVN history on one branch

On a SVN repo, I'd like to flatten one branch so that it contains the history of this branch and its ancestors.

It is in preparation of a SVN to GIT migration.

The branch has followed several forks, branches and normal life, so it has 3 ancestors. I'd like to keep the commit history also before the last branch. (it looks better for a svn to git migration)

More or less the state of my repo:

_____...         /v1/trunk                branched at 24424, kept evolving up to 36003
     \__...      ./branches/Branch_1_0_36 branched at 27955, kept evolving up to 38680
        \__...   ../Branch_v7_0           branched at 36057, kept evolving up to 39404
           \__   /Suite/trunk             currently in 40636

the goal:

_____ __ __ __   /Suite/trunk             full history up to 40636

Upvotes: -3

Views: 30

Answers (0)

Related Questions