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:

  1. you start editing work item.
  2. while you're editing, else edits , saves same item.
  3. when try save horrible tfs237079 error which means have loose changes, refresh item , edit again. nice.

scenario b:

  1. you have work item focused while.
  2. someone edits , saves item.
  3. 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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -