[GRASS-SVN] r45199 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 26 14:22:44 EST 2011


Author: martinl
Date: 2011-01-26 11:22:44 -0800 (Wed, 26 Jan 2011)
New Revision: 45199

Modified:
   grass/trunk/mswindows/GRASS-Packager.bat
Log:
add svn client to wingrass installer

Modified: grass/trunk/mswindows/GRASS-Packager.bat
===================================================================
--- grass/trunk/mswindows/GRASS-Packager.bat	2011-01-26 19:18:03 UTC (rev 45198)
+++ grass/trunk/mswindows/GRASS-Packager.bat	2011-01-26 19:22:44 UTC (rev 45199)
@@ -19,6 +19,8 @@
 set GRASS_PREFIX=%OSGEO4W_DIR%\apps\grass\grass-7.0.svn
 set GRASS_BIN_PREFIX=%OSGEO4W_DIR%\apps\grass\bin
 
+set SVN_PATH=c:\Subversion
+
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo Remove the previous Selected Package and create a new PACKAGE_DIR
@@ -208,6 +210,15 @@
 
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
+ at echo Copy Subversion content to PACKAGE_DIR\extrabin & PACKAGE_DIR\extralib
+ at echo -----------------------------------------------------------------------------------------------------------------------
+ at echo.
+
+copy %SVN_PATH%\svn.exe %PACKAGE_DIR%\extrabin
+copy %SVN_PATH%\*.dll %PACKAGE_DIR%\extralib
+
+ at echo.
+ at echo -----------------------------------------------------------------------------------------------------------------------
 @echo Packaging Completed
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo.



More information about the grass-commit mailing list