I want to make in EGit the same operation performed by the "Revert" command in Subversive on a single folder.
Basically, the expected result is a "reset --hard" of the chosen folder, removing all not committed changes, without make it for the other folders of the project.
How can I do that?