user603007
user603007

Reputation: 11794

vs.net 2010 tfs checking in

a few questions about vs.net 2010 tfs in a multi developer environment: 1. should it be checking in code first and then 'get latest' or vice versa in order not to break the build? 2. is it possible to checkin just one file without breaking the build?

Upvotes: 0

Views: 147

Answers (1)

Till
Till

Reputation: 3154

You should get the latest version before checking in and merging changes from TFS with your edits. If you would just check in your changes the files on TFS would get replaced with your versions, removing any changes commited by others.

Upvotes: 1

Related Questions