C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...







Version control and file history



This chapters talking about the version control and file history in source cotnrol.



One of the primary advantages of using a source control system is maintaining versions nd tracking changes.

Everytime you checkin a file to the source control, it will create a new version of the file. If you right click on anyfile and select 'View History', it will display all versions numbers of the file and also show details like who checked in that version and when was it checked in.

You can select any of the versions in the history and view that version of that file. This will help you to easily revert to an old version of the file if you find that the old version was working better than the new version!

Also, you can select any 2 versions in the history and 'compare'. This will display the difference between those 2 versions. Depending on the source control software, it will display line by line comparison results. This will help you to easily find which member of the team made what change to the file in each version. So you cannot escape saying 'I am not the person who made that stupid change" !

  • Next Chapter: Integrating source control with Visual Studio

  • Previous Chapter: Source Control Checkout process

  • Tutorial Index



  • dotNet Slackers

    About Us    Contact Us    Privacy Policy    Terms Of Use