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
- to put current changes on hold
- pull code changeset 100 (the current production code base)
- fix bug. recompile. deploy.
- resume work point 1. , ensure includes bug fix.
presumed process flow
- shelve pending changes server (not locally...just make sure changes safe.
- source control > specific version , change set 100
- fix bug....now i'm not sure of next steps..
- check in; unshelve? or
- check in; latest (which bring me last change set 125) , unshelve?
and how fixed bug code merged in?
Comments
Post a Comment