Rev 30 | Rev 37 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 30 | Rev 35 | ||
---|---|---|---|
Line 140... | Line 140... | ||
140 | call %exe%.bat %args% |
140 | call %exe%.bat %args% |
141 | ) else ( |
141 | ) else ( |
142 | start %exe%.exe %args% |
142 | start %exe%.exe %args% |
143 | ) |
143 | ) |
144 | 144 | ||
- | 145 | set svnpath=0 |
|
- | 146 | for %%S in (svn.exe) do if exist "%%~dp$PATH:S" set svnpath=%%~dp$PATH:S |
|
- | 147 | if "%svnpath%"=="0" if exist "%ProgramFiles%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles%\TortoiseSVN\bin |
|
- | 148 | if "%svnpath%"=="0" if exist "%ProgramFiles(x86)%\TortoiseSVN\bin\svn.exe" set svnpath=%ProgramFiles(x86)%\TortoiseSVN\bin |
|
- | 149 | ||
- | 150 | cd /d "%addondir%" |
|
- | 151 | if not "%svnpath%"=="0" if exist ".svn" svn update |
|
- | 152 | cd /d "%addonhrpdir%" |
|
- | 153 | if not "%svnpath%"=="0" if exist ".svn" svn update |
|
- | 154 | set svnpath= |
|
- | 155 | ||
145 | goto end |
156 | goto end |
146 | 157 | ||
147 | :novacagrp |
158 | :novacagrp |
148 | echo. |
159 | echo. |
149 | echo Error: You don't have VACATION.GRP in your directory. |
160 | echo Error: You don't have VACATION.GRP in your directory. |