in Technology by

 What is the difference between GIT and SVN?

1 Answer

0 votes
by

The difference between GIT and SVN is

a)      Git is less preferred for handling extremely large files or frequently changing binary files while SVN can handle multiple projects stored in the same repository.

b)      GIT does not support ‘commits’ across multiple branches or tags.  Subversion allows the creation of folders at any location in the repository layout.

c)        Gits are unchangeable, while Subversion allows committers to treat a tag as a branch and to create multiple revisions under a tag root.

Related questions

0 votes
    What is GIT Vs SVN - Comparison?...
asked Feb 17, 2021 in Technology by JackTerrance
0 votes
    When I use svn diff or git diff it shows lines like: @@ -1,5 +1,9 @@ What do they mean ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    When I use svn diff or git diff it shows lines like: @@ -1,5 +1,9 @@ What do they mean ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 7, 2022 in Education by JackTerrance
0 votes
    When I use svn diff or git diff it shows lines like: @@ -1,5 +1,9 @@ What do they mean ... questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 5, 2022 in Education by JackTerrance
0 votes
    I've been wondering whether there is a good "git export" solution that creates a copy of a tree without the . ... tree into the index. Select the correct answer from above options...
asked Feb 2, 2022 in Education by JackTerrance
0 votes
    What is the difference between 'git pull' and 'git fetch'?...
asked Jan 7, 2021 in Technology by JackTerrance
0 votes
    What is the difference between git checkout [branch name] and git checkout -b [branch name]?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    What is the difference between ‘git remote’ and ‘git clone’?...
asked Nov 2, 2020 in Technology by JackTerrance
0 votes
    What is the difference between the ‘git diff ’and ‘git status’?...
asked Nov 2, 2020 in Technology by JackTerrance
0 votes
    What is the difference between git pull and git fetch?...
asked Nov 2, 2020 in Technology by JackTerrance
0 votes
    What is the difference between Git Merge and Git Rebase?...
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
    Explain the difference between git fetch and git pull....
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
    In simpler words differentiate between SVN Commit & SVN Update functions?...
asked Feb 21, 2021 in Technology by JackTerrance
0 votes
    What exactly do you know about the Tortoise SVN and what sort of help it offers to the users?...
asked Feb 21, 2021 in Technology by JackTerrance
0 votes
    Suppose you have some subset of codes with you while working with the SVN and you need to move them from one SVN repo ... to another along with their history, how this can be done?...
asked Feb 18, 2021 in Technology by JackTerrance
...