1.

What Is Repository ?

Answer»

Repository is the heart of any version control system. It is CENTRAL PLACE where developers store all their work. Repository not only stores files but also history. Repository is accessed over a network, with repository acting as a SERVER and version control tool acting as a CLIENT. Client can CONNECT to repository, and then they can store/retrieve their changes to/from repository.

Repository is the heart of any version control system. It is central place where developers store all their work. Repository not only stores files but also history. Repository is accessed over a network, with repository acting as a server and version control tool acting as a client. Client can connect to repository, and then they can store/retrieve their changes to/from repository.



Discussion

No Comment Found