SVN可以做Git不能做的事情?

SVN可以做Git不能做的事情?

问题描述:

在掌握SVN之前,我目前对Git非常了解.这是我第一次认真的源代码管理管理系统学习经验.

I am currently deep into Git before ever mastering SVN. Its my first serious source control management system learning experience.

我想知道不学习(甚至取消学习我所学到的知识)的机会成本.我需要注意什么吗?

I wonder about the opportunity-cost of not learning (or even de-learning what little I learned about) SVN. Is there something that I need to watch out for?

SVN相比,在Git中是否存在不可行或难以克服的事情?

Are there things that are just not doable or prohibitively hard in Git as compared to SVN?

Git无法

Git can not svn lock documents, so that someone could prevent others from editing a non-auto-mergeable entity (such as Word or Excel file).