`
yang_kunlun
  • 浏览: 77825 次
  • 性别: Icon_minigender_1
  • 来自: 地球
最近访客 更多访客>>
社区版块
存档分类
最新评论

Converting SVN repositories to GIT

    博客分类:
  • Git
阅读更多
Clone a svn base on local

If we use git,at first create svn base,so we can check log information。

git-svn clone -s svn+ssh://<svn_repository> <dir>

-s --- svn base have standard(trunk、branches、tags),if your svn base have self defined,you can choose -T、-b and -t to selete。

The command <svn_repository>/ download all log and files form svn base,and create a <dir> directory to save the base。Then you can use git on the directory。
Have more information

man git svn
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics