svn在提交代码是,我们经常是先去比较下文件修改的内容是否正确,然后在提交代码,

但是在idea中提供了2种比较,区别是什么呢?

Idea的svn插件中compare with the same repository version和compare with latest repository version的区别?

 

 

区别:

1、compare with the same repository version 与当前文件同版本号的资源比较,其他人修改了此文件并在你之前提交了代码,是不与比较;

2、compare with latest repository version与最新版本的资源比较,则比较的文件包含其他人在你之前提交的代码;

 

相关文章:

  • 2021-11-09
  • 2021-11-17
  • 2021-08-28
  • 2021-05-28
  • 2022-12-23
  • 2021-12-16
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-06-08
  • 2021-08-06
  • 2021-11-18
  • 2021-10-22
相关资源
相似解决方案