Thursday, 18 August 2016

Version Control Ststem(day 6)

VERSION CONTROL SYSTEM(VCS):

It is a software that helps software developers to work together and maintain a complete history of their work.

Goals of a VCS:
1.Allow developers to work simultaneously
2.Do not over write each others changes
3.Maintain history of every version of everything

Version control Terminologies:
  • Repositories
  • Trunk
  • Tags
  • Branches
  • Working copy
  • Commit changes
Version Control Software's are SVN,tortoise SVN,CVS, GIT,......
SVN is a Eclipse plugin
Tortoise SVN is a windows plugin 

No comments:

Post a Comment

If you Like my blog Spread it and help friends for whom this blog is useful for their career.