TFS Cloud Visual Studio 2015 Community

1

I have two projects in TFS, one database and one application. I'm using TFS a little while and I have questions about the options Get Latest Version (Recursive), Check Out for Edit and Shelve Pending Changes .

Image:

The Get Latest Version (Recursive) option from what I've observed so far downloads the latest version of all project folders and subfolders. I am in doubt about Check Out for Edit and Shelve Pending Changes.

Does anyone who already uses TFS clarify this issue?

    
asked by anonymous 28.07.2016 / 15:13

1 answer

0

Get Latest Version (Recursive)

It will update all files from your project to the latest version.

Check Out for Edit

This will tell TFS that you are working on this file, this can generate a "Lock" in the file to prevent others from working on it.

Shelve Pending Changes

You should use this when you want to save or share some incomplete change, either because you need to work on another activity, move the activity to another or you have not yet had time to test and someone needs to run it.

    
28.07.2016 / 18:44