Tagged Questions

1
vote
1answer
450 views

Forcing a TFS checkin of a file via C#

Hi there, How can I specify that I ALWAYS want the local file to replace the server copy even if the TFS copy is newer? if (pendingChanges.GetUpperBound(0)>-1) ChangeSetNumber = …