Menu

[r27]: / BuildScript / extra-patch.cmd  Maximize  Restore  History

Download this file

15 lines (10 with data), 452 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
@IF DEFINED NOECHO echo off
echo ====== Extra Patch ======
echo ====== Extra Patch ====== > %LOG_DIR%\extra-patch.log
%SVNBINPATH%\svn merge -r1397427:1397428 https://svn.apache.org/repos/asf/subversion/branches/1.7.x %ROOT%\src-%VER%\ >> %LOG_DIR%\extra-patch.log 2>>&1
IF ERRORLEVEL 1 GOTO PATCH_FAIL
exit /B 0
:PATCH_FAIL
echo ****** Extra Patch failed ****** >> %LOG_DIR%\extra-patch.log
type %LOG_DIR%\extra-patch.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.