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

前端 未结 8 1277
遥遥无期
遥遥无期 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:39

    Here is a link to svn book explaining all about reverts and history.

    To do a diff you would do something like svn diff -r 4:5 somefile.txt

提交回复
热议问题