Rev 45 | Rev 48 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 45 | Rev 47 | ||
---|---|---|---|
Line 158... | Line 158... | ||
158 | if "%svnpath%"=="0" if exist "%ProgramFiles%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles%\TortoiseSVN\bin |
158 | if "%svnpath%"=="0" if exist "%ProgramFiles%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles%\TortoiseSVN\bin |
159 | if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\TortoiseSVN\bin |
159 | if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\TortoiseSVN\bin |
160 | if "%svnpath%"=="0" for %%S in (svn.exe) do if exist "%%~dp$PATH:S" set svnpath=%%~dp$PATH:S |
160 | if "%svnpath%"=="0" for %%S in (svn.exe) do if exist "%%~dp$PATH:S" set svnpath=%%~dp$PATH:S |
161 | 161 | ||
162 | chdir /d "%addondir%" |
162 | chdir /d "%addondir%" |
163 | if not "%svnpath%"=="0" if exist ".svn" svn update |
163 | if not "%svnpath%"=="0" if exist ".svn" "%svnpath%\svn.exe" update |
164 | chdir /d "%addonhrpdir%" |
164 | chdir /d "%addonhrpdir%" |
165 | if not "%svnpath%"=="0" if exist ".svn" svn update |
165 | if not "%svnpath%"=="0" if exist ".svn" "%svnpath%\svn.exe" update |
166 | 166 | ||
167 | goto end |
167 | goto end |
168 | 168 | ||
169 | :nonwgrp |
169 | :nonwgrp |
170 | echo. |
170 | echo. |