Tagged Questions
3
votes
2answers
761 views
In svn, can I revert a change and shelve it for later?
I have some changes commited a few commits back in my svn repository. Let's say HEAD is at r750 and I want to revert r745 without losing r746-r750. Is this possible?
And, can I somehow save r745 and ...