Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Distributed Version Control Systems:

Sumit Rawal answered on May 6, 2023 Popularity 4/10 Helpfulness 1/10

Contents


More Related Answers

  • Distributed system
  • Do you know Distributed tracing? what is the use of it?
  • C is widely used for systems-level software and embedded systems development.
  • distributed computing features
  • The difference in developing software for distributed systems#
  • Why distributed systems are hard to design#
  • Properties that make distributed systems challenging#
  • Categories of distributed systems#
  • Which of the following describes a distributed system?
  • Which benefit can we derive from distributed systems?
  • Quorums in Distributed Systems
  • Characteristics of Distributed Systems

  • Distributed Version Control Systems:

    0

    The name itself indicates the repository is distributed and every developer's workspace

    contains a local copy of the repository. There is no question of a central repository.  If 4 developers are there then 4 repositories will be there.

    1) The checkout and commit operations will be performed locally. Hence the performance is

    more.

    2) To perform checkout and commit operations network is not required. Hence if there is

    any network outage, still version control is applicable.

    3) If something goes wrong with any repository there is a chance to recover. There is no

    question of a single point of failure.

    4) To perform push and pull operations network must be required, but these operations

    are not the most common operations and we are performing them very rarely.

    Note:

    1) commit and checkout operations will be performed between the workspace and

    repository.

    workspace – commit  Repository

    Repository – checkout  workspace

    2) push and pull operations will be performed between repositories.

    one repository ---push  other repository

    one repository  pull---- another repository 

    Popularity 4/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on May 06 2023
    Sumit Rawal
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.