Reputation: 374
I am not sure if this can be done and how to properly do this (if possible)
I have a Visual studio 2012 Project connected to TFS 2012.
I'd like to replicate the "keep local version" option of the old SourceSafe:
Example: get the latest .config (pointing to production environment) edit it locally to point to test environment and prevent any kind of lock so that other team members could edit and check in the .config if needed.
If this can be done on TFS, which is the suggested procedure?
Upvotes: 1
Views: 76
Reputation: 26940
Assuming you do not have TFS configured to lock files...(I think it's possible but never used it) just edit your local file and exclude it from your pending changes so it's not including in any future commits. You can include it later and merge it.
Upvotes: 3