Question

How to replace the trunk branch with another in svn repository using git-svn tool?

Was it helpful?

Solution

That's not something git-svn can do; while you can rename your branches on the git side, or tell your git clone's master to track a branch other than trunk, you'll need to use SVN to do the SVn branch rename.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top