I'm using scm-manager;
In that i'm using SVN and git. I need to migrate a SVN repository to a git repository's branch.
Example :
SVN repository name: test-3.2
Git repository name : test-3.0
In this git-test-3.0, i need a branch as test-3.2. under that SVN repository test-3.2 was to be migrated with all its commit history.
How to do this?
you can do this :
You have more details here : How to migrate SVN repository with history to a new Git repository?