visual studio 2012 - TFS Process flow for fixing bug in older version -


scenario:

i have bug fix in changeset 100. have 125 changesets. in middle of large changes. have production bug fix.

requirement

  1. to put current changes on hold
  2. pull code changeset 100 (the current production code base)
  3. fix bug. recompile. deploy.
  4. resume work point 1. , ensure includes bug fix.

presumed process flow

  1. shelve pending changes server (not locally...just make sure changes safe.
  2. source control > specific version , change set 100
  3. fix bug....now i'm not sure of next steps..
  4. check in; unshelve? or
  5. check in; latest (which bring me last change set 125) , unshelve?

and how fixed bug code merged in?


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -