---
title: "【SCM】Git vs. SVN"
author: "Perrin Yong"
author_profile: https://www.pystone.net/profile/
published_by: "Perrin Yong"
canonical: https://www.pystone.net/notes/git-vs-svn/
type: note
content_role: unspecified
visibility: public
id_stability: rename-stable
source_path: "10-计算机、信息技术与工程/03-软件工程与质量保障/CI-CD与质量保障/CI-CD工具链/【SCM】Git vs. SVN.md"
content_hash: 16e5cc6a1ac544499970c8326a51d0bf3c50a7a55123f96a5f99dc6a8f9dd1a0
knowledge_version: 224c990773de.5fa8af6e39fa
site_commit: 224c990773de166d23a886306577dd90379529ce
notes_commit: 5fa8af6e39fa3891d1b9b4832bfa6c4e0ecaaf0a
---
# 【SCM】Git vs. SVN

﻿# 【SCM】Git vs. SVN

> 创建时间：2021/10/19 11:14

* Why do people leave SVN and start using Git?
  * Perforce
  * SVN Merge的问题 - svn在分支合并上不方便的表现之一

## Why do people leave SVN and start using Git?

https://www.quora.com/Why-do-people-leave-SVN-and-start-using-Git

**SVN' s capabilities are a subset of git's. We can use git in exactly the same way as SVN, but the same can not be said for the reverse.
**

## Perforce

Most professionals at major studios use Perforce, as it handles large binary files better than git.

## SVN Merge的问题 - svn在分支合并上不方便的表现之一

https://www.cnblogs.com/xdouby/p/7237005.html
