svn:revert to this version 和 revert changes from this version的区别

假设我们有许多个版本,版本号分别是1-10

如果我们在7这里选择revert to this version那么7之后的8,9,10的操作都会被消除

如果在7选择revert changes from this version那么7版本的修改将会被消除

如果同时选择7,8 revert changes from this version那么7和8两个版本的所做的修改都会被消除

你可能感兴趣的:(SVN)