mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-04 12:40:35 +01:00
Installer, Win: use svn in path
git-svn-id: trunk@39444 -
This commit is contained in:
parent
8a517f537e
commit
26787632da
@ -63,8 +63,12 @@ SET SVN="%ProgramFiles%\subversion\bin\svn.exe"
|
||||
if not exist %SVN% SET SVN="%ProgramFiles%\TortoiseSVN\bin\svn.exe"
|
||||
if not exist %SVN% SET SVN="%ProgramFiles32bits%\subversion\bin\svn.exe"
|
||||
if not exist %SVN% SET SVN="%ProgramFiles32bits%\TortoiseSVN\bin\svn.exe"
|
||||
:: Use SVN in Path
|
||||
if not exist %SVN% SET SVN=svn.exe
|
||||
GOTO SVN_DONE
|
||||
:SVN_BY_USER
|
||||
if not exist %SVN% GOTO ERROR_SVN
|
||||
:SVN_DONE
|
||||
|
||||
::---------------------------------------------------------------------
|
||||
:: Path to the svnversion executable
|
||||
@ -77,8 +81,11 @@ SET SVNVER="%ProgramFiles%\subversion\bin\svnversion.exe"
|
||||
if not exist %SVNVER% SET SVNVER="%ProgramFiles%\TortoiseSVN\bin\svnversion.exe"
|
||||
if not exist %SVNVER% SET SVNVER="%ProgramFiles32bits%\subversion\bin\svnversion.exe"
|
||||
if not exist %SVNVER% SET SVNVER="%ProgramFiles32bits%\TortoiseSVN\bin\svnversion.exe"
|
||||
if not exist %SVNVER% SET SVNVER=svnversion.exe
|
||||
GOTO SVNVER_DONE
|
||||
:SVNVER_BY_USER
|
||||
if not exist %SVNVER% GOTO ERROR_SVN
|
||||
:SVNVER_DONE
|
||||
|
||||
::---------------------------------------------------------------------
|
||||
:: Path to build directory.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user