Now the popular source program version management software and project management software are:
1. Microsoft TFS
2. Github
3. SVN
4, Coding
Their respective strengths and weaknesses are:
Microsoft TFS:
Advantages: The mission version of the requirements, project progress at a glance, for the small team, it integrates project management, version control, BUG tracking, can effectively achieve scrum and VS seamless engagement
Cons: Not suitable for novice, novice need more practice. The cost of personal consumption is relatively larger. The whole system is implemented with ASP, which is very slow to access with the browser.
Github
Pros: Web-based, allows you to use Git's source control features, open source programs are more easily seen by others, GitHub's public projects are free, GitHub is constantly modifying to enhance the interface
Cons: Not suitable for novice, novice need more practice. Turning the picture content into code, or using the design for the product settings, doesn't look as smooth.
Svn
Pros: No need to worry about any data loss, SVN allows a file to have any of the named properties, the function is very complete, SVN will care about all the file types, do not require you to manual operation
Cons: SVN server management is complex, forcing users to deal with conflicts immediately before committing them. Causes the code not to commit immediately. And the speed is very slow. Submissions, updates, and browsing history are slow.
Coding
Pros: Coding is a developer-oriented cloud development platform that currently provides code hosting, running space, quality control, project management and more.
Cons: Very little improvement, basically already behind
Now popular source program version management software and project management software