Sunday, February 3, 2008

TFS vs Others

Here is some of the features that I found in TFS but not in other version controls (CVS and SVN)
  • Rename - It will automatically rename your file without removing from CVS / SVN.
    Probably, Visual SVN also has this feature, But I never test it.

  • When Adding a project into source controls, It will efficiently exclude the bin folder and other files that will dynamically created. This will make source control very efficient. On the other hand, if using CVS/ SVN, you need to exclude the bin folder manually.

    TFS knows .net source files better than other source control.

  • TFS has integrated with VS nicely. more than Visual SVN.

  • TFS has integrated with Development Pattern methodology such as MSF Agile and CMMI
    More over you can add your custom development pattern and process.

  • It integrate with Sharepoint portal which enhance the functionality as document management and documentation process such as WIKI and Blogs.

No comments: