RE: Re: Passing url files into diff viewer.
From: Artem Avramenko <artema_at_devart.com>
Date: Tue, 31 May 2011 04:56:02 -0700 (PDT)
Yes, you are right, a revision number is necessary too. Also the settings in our tool may not contain required login information, so exported files are also desirable (in this case the tool will work as a common diff viewer). We will use a standard subversion client to export files.
All in all we need the ability to set the following settings for external diff viewer:
"c:\program files\newdiff\newdiff.exe" /url1=%burl /url2=%murl %base %mine
for example, this should be expanded to:
"c:\program files\newdiff\newdiff.exe" /url1="http://server/svn/MyProject/Trunk/readme, r100" /url2="http://server/svn/MyProject/Trunk/readme, HEAD" "c:\temp\readme-rev100.svn000.tmp" "c:\work\readme"
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
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.