[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] Diff in the repository browser

From: Dmitry Bely <dbely_at_mail.ru>
Date: 2005-03-04 12:43:50 CET

When you compare two files/revisions in the repository browser and an
external diff program (TortoiseMerge by default) is invoked, file
contents do not match their titles. This is due to the typo in the
src\TortoiseProc\RepositoryBrowser.cpp:

line 669:
CUtils::StartExtDiff(tempfile2, tempfile1, url1.GetUIPathString(), url2.GetUIPathString());

tempfile1 and tempfiles2 (or urls) should be swapped here.

Could you fix this as the bug is quite annoying.

- Dmitry Bely

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Mar 4 12:44:29 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.