【SVN版本回退】
在Windows里,先打開Log面板,根據想要回退的內容,然后選擇revert to this revision或者revert changes from this revision。
關於這2個操作的區別,在:http://www.iusesvn.com/bbs/thread-1825-1-1.html 有詳細的解釋。
下面引用過來:
譬如有個文件,有十個版本,假定版本號是1,2,3,4,5,6,7,8,9,10。
Revert to this revision: 如果在版本6這里點擊“Revert to this revision”,表示7~10的修改全部作廢,歷史倒退到了版本6那個年代。
Revert changes from this revision:如果在版本6這里點擊“Revert changes from this revision”,表示版本6這個歷史事件被抹殺了,只剩下9個歷史事件了。如果同時選擇了6,7,8三個歷史時期並點擊“Revert changes from this revision”,表示抹殺6~8這仨歷史時期。同理,如果同時選擇7~10,然后點擊“Revert changes from this revision”,則效果跟在版本6這里點擊“Revert to this revision”是一樣的。