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