From 3610d0eaf9e67b65cb92e91592e596ec80c38391 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 9 Jul 2010 21:29:43 +0000 Subject: [PATCH] Fixing svn-win32 download path for now. Apache does not offer binary releases, so a long term solution is to be done... --- docs/win32_build_scripts/pokerth_download_libs.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/win32_build_scripts/pokerth_download_libs.cmd b/docs/win32_build_scripts/pokerth_download_libs.cmd index dcb6dc7e..e718448f 100644 --- a/docs/win32_build_scripts/pokerth_download_libs.cmd +++ b/docs/win32_build_scripts/pokerth_download_libs.cmd @@ -268,7 +268,7 @@ cd /d %PKTH_BaseDir% if not exist %PKTH_BaseDir%\svn. ( echo. echo Downloading subversion -%PKTH_OldDir%\third_party_apps\wget http://subversion.tigris.org/files/documents/15/46880/svn-win32-1.6.6.zip +%PKTH_OldDir%\third_party_apps\wget http://subversion.tigris.org/files/documents/15/47914/svn-win32-1.6.6.zip if not errorlevel 0 goto downloadFailed echo. echo Unpacking subversion