1

2 つのファイルの違いを強調表示する「diff」コマンドを使用する SVN ツールをいくつか見てきました。ただし、Visual Web 開発者 2010 (Express) 内でこれを行う方法がわかりません。この方法を発見する助けがあれば大歓迎です。

ありがとうございました、

PS: タグに visual-studio-2010 を含めます。これは、Web 開発者 2010 に最も近いと思うからです。

4

3 に答える 3

0

VWD に独自のファイル比較機能があるかどうかはわかりませんが、Windows SDK の WinDiff を使用できます。バージョン 7.1 のリンクは次のとおりです - http://www.microsoft.com/en-us/download/details.aspx?id=8279

于 2012-05-30T15:04:41.133 に答える
0

http://msdn.microsoft.com/en-us/library/bb385990.aspxから取得

2 つのファイルを比較するには

On the View menu, click Other Windows, and then click Source Control Explorer.

In Source Control Explorer, right-click the version of the file that you want to 
  compare, and then click Compare.
NoteNote

As an option, you can right-click a file in Solution Explorer and then click Compare.

The Compare dialog box appears and the local path of the file that you selected is 
  in the Source Path box.

Enter the Target Path or click Browse and locate the target folder.

Under Target Version, select the Type you want to use for comparison: Changeset,
   Date, Label, Latest Version, or Workspace Version.

Click OK.

If the files have no differences, the Microsoft Visual Studio dialog box appears,
  informing you that the files are identical. Click OK.

Otherwise, a difference window displays the files side by side.
于 2012-05-30T15:05:40.720 に答える
0

私は devart のコード比較ツールを使用していますが、とてもうまく機能しました。ここからダウンロードできます。

http://www.devart.com/codecompare/

于 2013-03-19T15:00:27.287 に答える