I need to upgrade some 3rd party library binaries in my project. So I want to remove SomeLibrary folder and then insert SomeLibrary with other content (or clear SomeLibrary content and then insert upgraded content).
Currently I have to make 2 check-ins for that: one for remove and one for add. If I remove and then try to add immediately I get an error telling this element already has pending changes.
Is there any way to do that by 1 check-in?