Bad quoting of URL keywords passed to external diff viewer
From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Tue, 5 Feb 2013 10:56:23 -0600
I had trouble trying to configure diff pane names in KDiff3 to include
For testing, I used the following .bat file contents as a diff viewer:
@echo off
echo rev one is %1
:END
I set up my diff viewer settings to invoke it as follows:
C:\Temp\test.bat %brev %yrev %burl %yurl
This results in:
rev one is "1796"
Notice that %burl is missing an end quote. I'm not 100% sure it needs
If I modify my diff viewer settings to the following:
C:\Temp\test.bat %brev %yrev %burl" %yurl"
Then I get the intended result:
rev one is "1796"
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.