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

Diff in the repository browser

From: Dmitry Bely <dbely_at_mail.ru>
Date: 2005-03-04 08:17:55 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@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 4 08:19:13 2005

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

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