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

Re[2]: [TSVN] Support for external diff program in nightly build 2371 broken

From: Fernando P. Nájera Cano <yo_at_FernandoNajera.es>
Date: 2005-01-09 21:12:48 CET

Hi,

I can confirm that diff is broken in recent builds. Repro:

1. Create c:\myecho.bat as a text file with line1 = @echo %* and line2
= pause

2. Configure diff program as: c:\myecho.bat "path_to_diff.exe" %base
%mine

3. Launch either with cmd.exe or via context menu.

Expected:

"path_to_diff.exe" "D:\testwc\.svn\text-base\file.svn-base"
"D:\testwc\file"

Got:

"path_to_diff.exe" " "d:\testwc\file"

Which is wrong (%base is replaced with a single quote)

Tested with latest version (TortoiseSVN 1.1.2, Build 2388, UNICODE).

BTW: Merge params (both files and titles) are OK.

Best regards,

Fernando Najera

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Jan 9 21:13:38 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.