Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
svn diff --diff-cmd=meld src/file.c
当我使用上面的命令使用 meld 进行 diff 时,它似乎在 tmp 文件中制作了 src/file.c 的副本,然后打开了 diff。
我认为在 svn 1.7 之前它曾经使用本地文件。当我想用 meld 编辑文件时,使用本地文件很方便。在meld中打开差异时,有没有办法让svn 1.7使用本地文件。