'SVN' 是否有像 git 那样压缩提交的机制?
Does 'SVN' has the mechanism to squash commits like git has?
我发现 Git 有压缩提交的机制。
下面的link很好地演示了如何实现它。
(http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)
但我们使用的是 SVN 系统(尤其是 tortoise svn)。
'SVN' 是否具有与 git 相同的压缩提交机制?
Svn 不可能重写历史,所以一旦更改被推送到服务器上,不,你不能。
我发现 Git 有压缩提交的机制。
下面的link很好地演示了如何实现它。 (http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html)
但我们使用的是 SVN 系统(尤其是 tortoise svn)。
'SVN' 是否具有与 git 相同的压缩提交机制?
Svn 不可能重写历史,所以一旦更改被推送到服务器上,不,你不能。