码迷,mamicode.com
首页 > 其他好文 > 详细

SVN 中两种Revert方式的区别

时间:2014-09-09 17:30:09      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:style   io   ar   sp   on   c   r   rom   mil   

SVN中,当我们需要revert之前的commit的时候,有两个选项:

1. Revert to this revision

2. Revert changes from this revision

下面说一下两种方式的区别:

假设我们有四个连续的commit : 1, 2, 3, 4

对于commit 2

选择Revert to this revision,那么,只有1,2的改变被保留,3, 4的改变会被取消。

选择 Revert changes from this revision,那么,1, 3, 4的改变都会被保留,只是取消了2的改变。

SVN 中两种Revert方式的区别

标签:style   io   ar   sp   on   c   r   rom   mil   

原文地址:http://www.cnblogs.com/codingpanda/p/3962668.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!