How can a developer restore their previous checked-in (but not delivered) work after accepting incoming change?
Accepted answer
A checked in change will not get over-written on accepting changes. It will remain visible in Pending Changes view as outgoing change set. In case of conflicting changes also, the change will not get overwritten automatically. An unresolved node with conflict icon will appear and force the user to resolve conflict.
Comments
Spencer Murata
FORUM MODERATOR / JAZZ DEVELOPER Jul 04 '12, 10:38 a.m.If the changes were not checked in, and it doesn't sound like they were then, you are stuck. You could check at the operating system level to see if there a snapshot at that level that could capture those changes.
Hooch Holly
Jul 04 '12, 10:38 a.m.Thanks. She says they were checked in, but not delivered. Yet we can't find them.
Hooch Holly
Jul 04 '12, 10:38 a.m.Thanks, she was using the plugin for Visual Studio 2010.