我尝试在 KdeSVN 中使用 Meld 作为外部差异meld -on -
(设置>配置 kdesvn>差异和合并),但 Meld 抱怨使用错误:
meld: error: no such option: -o
Finished
Usage:
meld Start with an empty window
meld <file|dir> Start a version control comparison
meld <file> <file> [<file>] Start a 2- or 3-way file comparison
meld <dir> <dir> [<dir>] Start a 2- or 3-way directory comparison
meld <file> <dir> Start a comparison between file and dir/file
我不知道应该使用什么参数,有人能给我正确的命令吗?
答案1
本题正确答案是:meld %1 %2
答案2
改变此设置后我遇到了类似的问题。
在历史记录窗口中,我双击右下角窗格中已修改的文件,假设这会给我提供差异。
相反,kdesvn 打开了一个包含文件文本的窗口。
我现在认识到了我的错误:
- 双击 = “注释”操作
为了区分,你需要右键点击文件,然后选择“与上一个不同“在上下文菜单中。
我想我最好分享一下,以防其他刚接触 kdesvn 的人做出同样错误的假设。