在更新之前,我可以像在 Eclipse 中一样在 TortoiseSVN 中查看传入的更改吗?
Eclipse 的同步视图非常好,可以在更新我的代码库之前看到每个人传入的更改。
TortoiseSVN中有类似的功能吗?我只能在那里比较 2 个修订版,我没有找到任何功能可以轻松地将我的工作副本(这是修改后的文件和来自各个修订版的文件的混合)与 HEAD 修订版进行比较!
The synchronize view of Eclipse is very nice to see incoming changes from everybody before updating my codebase.
Is there a similar feature in TortoiseSVN? I can only compare 2 revisions there, I did not find any functionality to compare my working copy (which is a mix of modified files and files from various revisions) with the HEAD revision easily!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用“检查修改”对话框,然后单击“检查存储库”按钮。
这将显示存储库中哪些文件被修改。
Use the Check-For-Modifications dialog, then click on the "Check Repository" button.
That will show you which files are modified in the repository.
您可以执行 show-Log ->右键单击新更新并按
“与工作副本进行比较”。
这将向您显示更新后的文件与电脑上当前文件之间的差异。
You can do show-Log -> right click on the new update and press
"compare with working copy".
This will show you the difference between the updated file and the current one on your pc.
更新之前可以先看一下日志。它显示您当前所处的修订版本(粗体)以及稍后提交的内容。
You can have a look at the log before you update. It shows which revision you're currently at (bold font) and what was committed later.