git clone     相当于git init 和 git svn fetch、git svn rease

git svn fetch  从svn服务器取指定区间的版本转化成git库

git svn rebase fetch并且更新工作目录

git svn dcommit  将git上的代码push 到svn服务器

 

 

 

 

参考:

  1、SVN数据迁移到Git笔记 http://sfzhang88.blog.51cto.com/4995876/1198867

  2、http://www.2cto.com/os/201201/117229.html

  3、git svn实战

  4、SVN迁移到Git的过程(+ 一些技巧)

相关文章:

  • 2021-12-28
  • 2021-11-25
  • 2021-05-12
  • 2022-01-26
  • 2022-12-23
  • 2021-10-15
  • 2021-09-21
  • 2022-12-23
猜你喜欢
  • 2021-07-04
  • 2021-05-23
  • 2021-07-08
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案