English 中文(简体)
TortoiseDiff to diff source code but it seems to have become an image diff ing tool?
原标题:

I just downloaded and installed the newest Tortoise 64 bit on Win 7, and then start up TortoiseDiff from

START -> All Programs -> TortoiseSVN -> TortoiseDiff

It used to be able to diff two source code file, but now it seems like it is an image diff ing tool. Anybody knows how to get the tool to diff source code files?

Update:

If the two source files are in different folder, seems like the TortoiseSVN context menu by right click won t show the "Diff" option. After copying the other file to the same folder, if both files are highlighted, then there is a "Diff" option, and TortoiseMerge is the program that comes out to diff the file. So how to use TortoiseDiff from the START menu to diff 2 files? It seems like it is for merging file if it is invoked from the START menu.

最佳回答

The program menu should have two different entries:

TortoiseMerge and TortoiseIDiff

(note the I before Diff )

Just start whatever you want (TortoiseMerge for diffing text files, TortoisIDiff for diffing I mage files).

问题回答

暂无回答




相关问题
XML Diff: How to generate XML diff using XSLT?

I would like to compute the diff between two XML files or nodes using XSL/XSLT. Is there any stylesheet readily available or any simple way of doing it?

diff/merge tool for TortoiseSVN within Visual Studio

We ve recently "upgraded" from Visual SourceSafe to SVN based on recommendations on this site. Our current source control set-up is: TortoiseSVN with VisualSVN. We re very happy with it so far, but I ...

How do I get each comp result?

I would like to check diffs and when files are not same,stop compare files. Compare any files C:/UML/reports/* and C:/UML/Test/*. In this two directory has same file names and also aim is to want to ...

Find differences between 2 HTML files

Is there a way to display differences between two HTML documents? There is a PHP class called daisdiff, but it has no documentation. Can anyone show how to use it, or any alternative?

How to specify different --strip (-p) levels for patch?

If I have a diff that has paths like these: --- a/b/foo/bar/baz.pl +++ c/foo/bar/baz.pl Is there a way to tell the patch utility that the diff roots are at different levels? i.e. -p2 for one, yet -...

热门标签