how to convert svn repository to git on Windows

前端 未结 4 1297
陌清茗
陌清茗 2021-02-09 18:17

We have remote svn repository and we want it to convert to git. Could you please tell me how is it possible to do it on Windows? Thank.

4条回答
  •  后悔当初
    2021-02-09 19:05

    You can use git-svn which is a tool that lets you convert svn repositories to git repositories. See the git documentation for more information.

提交回复
热议问题