git比git-svn有什么优势? [英] What are the advantages of git over git-svn?

查看:238
本文介绍了git比git-svn有什么优势?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

使用git-svn而不是git的好处是显而易见的(svn兼容性),但git优于git-svn的优点是什么?

解决方案<这意味着您的开发链(svn)中只有一个VCS可以管理。

在管理方面:


  • 您只剩下由Git管理的分布式存储库,每个存储库都有自己的完整历史记录

  • 您不必维护与中央SVN存储库的连接。

  • 您可以以不同方式组织备份(将数据推送到远程备份裸回购,或通过
    / $>

    当然,您可以通过SVN管理所有 Git的优势


    The advantages of using git-svn over git are obvious(svn compatibility), but what are the advantages of git over git-svn?

    解决方案

    It simply means you have one less VCS to manage in your development chain (svn).
    In term of administration:

    • you are left with distributed repositories managed by Git, each one autonomous with their complete history
    • you do not have to maintain a connection to a central SVN repo.
    • you can organize your backups differently (pushing your data to a remote backup bare repo, or exporting your Git repo through git bundle)

    And of course you can manage all the advantages of Git over SVN.

    这篇关于git比git-svn有什么优势?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆