[GRASS-SVN] r45202 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 26 14:27:53 EST 2011


Author: martinl
Date: 2011-01-26 11:27:52 -0800 (Wed, 26 Jan 2011)
New Revision: 45202

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


Modified: grass/branches/develbranch_6/mswindows/GRASS-Packager.bat
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2011-01-26 19:24:13 UTC (rev 45201)
+++ grass/branches/develbranch_6/mswindows/GRASS-Packager.bat	2011-01-26 19:27:52 UTC (rev 45202)
@@ -18,6 +18,8 @@
 
 set GRASS_PREFIX=%OSGEO4W_DIR%\apps\grass\grass-6.5.svn
 
+set SVN_PATH=c:\Subversion
+
 @echo.
 @echo -----------------------------------------------------------------------------------------------------------------------
 @echo Remove the previous Selected Package and create a new PACKAGE_DIR
@@ -205,6 +207,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