I have many projects depending on each other in trunk. I made several commits
which led to dependency problems.
I tagged /trunk to /tags/trunk-experimental
and now want to "revert" the last N changes (which led to problems), so
that my /trunk is good again.
Can this be done in a straightforward way?
I tried to just check out from a certain revision, but this is bad, because an update changes everything back to latest revision (which contains dependency problems)
Here's a timeline to understand my question better:
Just do a reverse merge:
svn merge -r1051:1000 .
and commit as usual.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With