What is the difference between Git and SVN? - ProProfs Discuss
Advertisement

What is the difference between Git and SVN?

Asked by R. Jones, Last updated: Mar 30, 2024

+ Answer
Request
Question menu
Vote up Vote down

2 Answers

Anthony Paul Bonadio

Anthony Paul Bonadio

Its kind of my job to give answers

Anthony Paul Bonadio
Anthony Paul Bonadio, Teacher, MCA, PhD, Toledo

Answered Jul 22, 2019

One of the most notable differences between Git and SVN is speed.
Git is a Distributed Version Control System (DVCS). In Git, the whole repository is stored locally on the developer’s machine. It has revision tracking capacities and complete history. This repository is not dependent on a central server or network access. Creating branches in Git is fast and easy due to Git’s branch implementation. The system helps in merging the files and also helps in finding the unmerged ones.

One of the most notable differences between Git and SVN is speed.
Git is a Distributed Version
SVN is a Centralized Version Control System (CVCS). It is a non-distributed VCS that was developed by CollabNet, Inc. It is also distributed under the open-source license. SVN does not have a centralized server or repository. Git branches are a lot easier to work with than SVN branches.

upvote downvote
Reply 

rahul.setia

rahul.setia

rahul.setia
Rahul.setia

Answered Jun 14, 2019

SVN is a Centralized Version Control System (CVCS), and Git is a Distributed Version Control System (DVCS).

upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.