%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/subversion-1.6.11/tools/buildbot/slaves/xp-vc60-ia32/
Upload File :
Create Path :
Current File : //usr/share/doc/subversion-1.6.11/tools/buildbot/slaves/xp-vc60-ia32/svncheck.bat

IF NOT EXIST ..\config.bat GOTO noconfig
call ..\config.bat

set FS_TYPE=%1
set RA_TYPE=%2

REM By default, return zero
set ERR=0

if "%RA_TYPE%"=="ra_local" goto ra_local
if "%RA_TYPE%"=="ra_svn"   goto ra_svn
if "%RA_TYPE%"=="ra_dav"   goto ra_dav

echo Unknown ra method '%RA_TYPE%'
EXIT 3

:ra_local
python win-tests.py %TEST_DIR% -f %FS_TYPE% -c -r 
if ERRORLEVEL 1 set ERR=1
EXIT %ERR%

:ra_svn
python win-tests.py %TEST_DIR% -f %FS_TYPE% -c -r -u svn://localhost
if ERRORLEVEL 1 set ERR=1
EXIT %ERR%

:ra_dav
python win-tests.py %TEST_DIR% -f %FS_TYPE% -c -r --httpd-dir="%HTTPD_BIN_DIR%" --httpd-port 1234
if ERRORLEVEL 1 set ERR=1
EXIT %ERR%

:noconfig
echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.
EXIT 2

Zerion Mini Shell 1.0