Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to modify the default Check-in Action in TFS?

The default check-in action for a work-item is "resolve". I'd like to set it to "associate" so that this work item isn't automaticaly closed if I check-in stuff too fast. How can I do that?

like image 530
Guillaume Davion Avatar asked Sep 15 '08 12:09

Guillaume Davion


People also ask

How do you undo a checkin in TFS?

In the local toolbar of the File List, click , then select Undo Check Out (for selected files) or Project > Undo Check Out All (for all files in the project).

How do you check in check with TFS?

Select File > Source Control > Check Out for Edit from the TestComplete main menu. Right-click your project or project suite in the Project Explorer and then click Source Control > Check Out for Edit.

What is check in in TFS?

What is TFS Check-in Policy? Check-in policy enforces constraints every time when files are checked into source control.


1 Answers

Yup, the check-in action can only be associated to a state transition (i.e. Active to Resolved). In my blog post that Fredrick linked to (http://www.woodwardweb.com/vsts/top_tfs_tip_3_r.html) I talk about how to remove that. You'll need to customize the work item for everyone in your team project to make this happen. For help on that see

http://msdn.microsoft.com/en-us/library/ms243849(VS.80).aspx

like image 108
Martin Woodward Avatar answered Sep 17 '22 15:09

Martin Woodward