Mercurial > hg > easyhg
diff deploy/win32/build.bat @ 733:7942b7633505
Further to adding Plink component
author | Chris Cannam |
---|---|
date | Mon, 17 Dec 2018 18:48:31 +0000 |
parents | 66284838b373 |
children |
line wrap: on
line diff
--- a/deploy/win32/build.bat Mon Dec 17 13:35:48 2018 +0000 +++ b/deploy/win32/build.bat Mon Dec 17 18:48:31 2018 +0000 @@ -27,6 +27,10 @@ set KDIFFDIR=%STARTPWD%\easyhg-kdiff3\kdiff3\src-QT4 if not exist TortoiseSVN ( +rem NB the "svn" command is actually installed as part of TortoiseSVN, but +rem only if you specifically check the "command-line programs" option when +rem installing it. We rebuild TortoisePlink rather than using the one already +rem installed, because that is probably 64-bit and we want a 32-bit one svn co http://svn.osdn.net/svnroot/tortoisesvn/trunk TortoiseSVN ) if %errorlevel% neq 0 exit /b %errorlevel%