[GRASS-SVN] r45204 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 26 15:23:39 EST 2011


Author: martinl
Date: 2011-01-26 12:23:39 -0800 (Wed, 26 Jan 2011)
New Revision: 45204

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
Log:
add svn client to wingrass installer
(merge r45199 from trunk)


Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2011-01-26 19:35:17 UTC (rev 45203)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Packager.bat	2011-01-26 20:23:39 UTC (rev 45204)
@@ -19,6 +19,8 @@
 rem set GRASS_PREFIX=%OSGEO4W_DIR%\apps\grass\grass-6.4.1
 set GRASS_PREFIX=%OSGEO4W_DIR%\apps\grass\grass-6.4.1svn
 
+set SVN_PATH=c:\Subversion
+
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo Remove the previous Selected Package and create a new PACKAGE_DIR
@@ -207,6 +209,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