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

Need of Version Control System?

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

Contents


More Related Answers

  • Use Version Control System for Configuration files
  • 1. Do you use version control?

  • Need of Version Control System?

    0

    Being a developer we have to write several files which contains source code.

    Developer  Write Code  Files

    Client gave requirement to Durga to develop a project

    client project

    |--100 files developed

    |- client suggested some changes

    |- I changed some files source code to meet client requirement

    |- I gave the demo and client suggested some more changes

    |- I changed some files source code to meet client requirement

    |- I gave demo 3rd time

    |- Client asked for first version only

    |- My Face with big ????

    We should not overwrite our code.

    Every version we have to maintain.

    1) Maintaining multiple versions manually is very complex activity.

    2) Dev-A and Dev-B working on the code. At last we have to merge the code developed

    by both developers and we have to deliver to the client. If both developers developed

    a file named with Util.java, then one copy will overwrite with another copy, which

    creates abnormal behaviour. We should not overwrite our code.

    16 DURGASOFT, # 202, 2

    nd Floor, HUDA Maitrivanam, Ameerpet, Hyderabad - 500038,

     88 85 25 26 27, 72 07 21 24 27/28 | www.durgasoftonline.com

    Maii: durgasoftonline@gmail.com

    Git For DevOps

    2) Every change should be tracked like

    who did the change

    when he did the change

    which changes he did etc

    and all changes should be maintained.

    3) Overwriting of the code should not be happend.

    4) Developers have to share their code to peer developers, so that multiple developers

    will work in collaborative way.

    5) Parallel development must be required 

    Popularity 6/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.