What is the best way to roll-back a change set using Subversion?

前端 未结 8 1156
遥遥无期
遥遥无期 2021-02-07 10:13

I\'ve been using various source control systems for a while, but when it comes to reverting changes I\'m not yet an expert. Can someone help given this scenario:

Scenar

相关标签:
8条回答
  • 2021-02-07 10:54

    Usually a reverse merge will be sufficient to roll back a committed changes...

    0 讨论(0)
  • 2021-02-07 10:54

    I would go with EtienneT's answer. But beneath "Revert to this revision", there is also the option "Revert changes from this revision". That option would perfectly fit Robert Walker's needs to undo the changes from revision #5. Don't forget to commit the changes.

    0 讨论(0)
提交回复
热议问题