how to roll back TFS(Team Foundation server) work space to previous version -


i had work space consists of last month's version of solution mistake took full latest instead of taking specific version, can roll last month's version without using changeset.

if didn't shelve or check in code, can't. workspace local. should not leave changes uncommitted long time -- recommend checking code in @ least once day, preferably more frequently.

if you're working on long-running change, use branches isolate work in progress.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -