Is there a git-svn windows client something like TortoiseSVN?

后端 未结 9 1767
感情败类
感情败类 2020-12-13 00:26

I like TortoiseSVN\'s Windows integration. Is there something like that for dealing with git-svn? I\'d even go with a less integrated GUI if it is quick enough to access. Wh

相关标签:
9条回答
  • 2020-12-13 00:53

    The easiest way I found was to use the git gui, and add a git svn dcommit and git svn rebase command to the Tools menu.

    If you install msysGit, it will even put a 'Git GUI here' command in your context menu.

    This has the advantage of not requiring any additional software apart from git itself, and will work on every platform that git (gui) runs on.

    Edit: I should mention that this is exactly the way I have been productively using git against our svn-repos for a few months now. Works just fine. And it's the same on Windows, Linux, whatever. So no need to use different tools for the same job, depending on the OS.

    0 讨论(0)
  • 2020-12-13 00:54

    Have a look at TortoiseGit which is a TortoiseSVN clone for Git.

    0 讨论(0)
  • 2020-12-13 01:02

    You can use TortoiseSVN itself. That's what I do.

    0 讨论(0)
提交回复
热议问题