Why does tfs prompt me to overwrite every file? -


why tfs prompt me overwrite every file?

to work under tfs source control, need following:

  • your solution must in source control!
  • your source control provider must set tfs. tools > options > source control , make sure it's default sc provider.
  • you must have workspace mapping on local drive tells tfs solution should located on hard drive. open source control , there drop-down list @ top of window shows selected workspace. drop combo-box down , gives option edit workspace, can tell tfs specific folders in hierarchy located on hard drive.
  • you need bind solution source control tell tfs want work in source controlled way on solution. (from memory) go file > source control > change source control , clicking "bind" button enough.
  • you may need synchronise pc server. open source control window, right click on parent folder of solution, , "get specific version". set "latest" , tick checkbox files source control system thinks have. synchronise pc network tfs knows what's going on. (note: other checkbox cause tfs overwrite writable files, mean lose local changes have made, take backup of code first, , careful options enable)

i've been bit brief, if find need of above, should have given enough info can search web more specific help.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -