visual studio 2010 - TFS work Item editing conflict (TFS error 237079) -
it seems tfs doesn't handle concurrent work item editing well. ran 2 problematic scenarios:
scenario a:
- you start editing work item.
- while you're editing, else edits , saves same item.
- when try save horrible tfs237079 error which means have loose changes, refresh item , edit again. nice.
scenario b:
- you have work item focused while.
- someone edits , saves item.
- when start editing you're editing outdated version of work item , tfs23709 when trying save.
i'm quite familiar tfs sdk (wrote tfs vs addon , custom work item controls) can't find "beforeedit" event work item.
having such event allow me warn user else editing (for scenario a) , latest revision before editing (for scenario b).
thanks, raviv.
optimistic concurrency is. server isnt tracking editing work items if wanted "someone else editing item" notifications have write own services , custom controls track it. you'd have deal edit flags not being release if visual studio crashed , web ui. if choose path wish luck!
Comments
Post a Comment