Receiving fork/conflict error trying to discard the file
![](http://jazz.net/_images/myphoto/c941f4d9967aa8ab76c971cbe4d379ab.jpg)
2 answers
![](http://jazz.net/_images/myphoto/c941f4d9967aa8ab76c971cbe4d379ab.jpg)
I assume when you say "tried discarding the file", you meant "tried discarding the change set containing the change to the file"? You can use that approach, but you would have to identify the change sets that depend on that change set, discard them as well, and then reaccept the ones you want to keep, and then "replace" the configuration of the stream with the configuration in your workspace, and then warn other team members to discard outgoing change sets that they did not create ... So I do not recommend that approach for your case.
Comments
![](http://jazz.net/_images/myphoto/c941f4d9967aa8ab76c971cbe4d379ab.jpg)
Developer reversed the change set, but on the pending patch there is no option to accept the change, it only has remove from view, auto resolve, and resolve with proposed. When you click on the file it states there are no changes to the file. When he auto resolve yesterday it created another duplicate of the same file within its own outgoing set, so yesterday there were 3 of the same file. He was able to discard one, but that left 2 in outgoing with the pending patch.
![](http://jazz.net/_images/myphoto/a36d1dcfd3e1e1e00aeb18c860d1443d.jpg)
Yes, "auto-resolve" is the way to get the patch into your workspace (not the most intuitive command name, but I'm sure they had their reasons for naming it that :-).
For details on performing a reverse, see the online help: https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/t_reversing_change_set.html
In particular, it will point you to the online help for applying a patch: https://jazz.net/help-dev/clm/topic/com.ibm.team.scm.doc/topics/t_scm_patch.html
![](http://jazz.net/_images/myphoto/c941f4d9967aa8ab76c971cbe4d379ab.jpg)