weixin_39524247 2020-11-30 13:23
浏览 0

Support for tag/branch conversion on an existing git svn clone

I have some rather large git svn clones that I'd like to fix up to be compatible with svn2git. I was hoping that simply running svn2git --rebase --metadata would do the trick, but that doesn't seem to perform the proper branch/tag conversion for the existing repository. Is there some way to invoke your script that skips the clone, and proceeds with the branch/tag conversion? Should I simply follow the guidelines here and then use svn2git --rebase from then on?

该提问来源于开源项目:nirvdrum/svn2git

  • 写回答

5条回答 默认 最新

  • weixin_39524247 2020-11-30 13:23
    关注

    By the way, I've tried experiments with the recommended commands but haven't had any success with replicating what svn2git does. I guess this is why fork project exists.

    评论

报告相同问题?