Menu

[r20]: / BuildScript_1.8 / get-serf-source.cmd  Maximize  Restore  History

Download this file

15 lines (11 with data), 471 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
@IF DEFINED NOECHO echo off
echo ====== Get Serf Source code ======
echo ====== Get Serf Source code ====== > %LOG_DIR%\get-serf-source.log
rem Get Serf Source code
%SVNBINPATH%\svn co http://serf.googlecode.com/svn/tags/%SERFVER% %ROOT%\%DIR%\serf >> %LOG_DIR%\get-serf-source.log 2>>&1
IF ERRORLEVEL 1 GOTO CO_FAIL
exit /B 0
:CO_FAIL
echo ****** Serv Checkout failed ****** >> %LOG_DIR%\get-serf-source.log
type %LOG_DIR%\get-serf-source.log
exit /B 1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.