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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 4 01:33:18 PDT 2013


Author: hamish
Date: 2013-05-04 01:33:18 -0700 (Sat, 04 May 2013)
New Revision: 56108

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
another attempt at getting rid of .svn in demolocation on wingrass (#1946, merge from devbr6)

Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2013-05-04 04:26:41 UTC (rev 56107)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl	2013-05-04 08:33:18 UTC (rev 56108)
@@ -584,8 +584,14 @@
 	
 	;Install demolocation into the GIS_DATABASE directory
 	SetOutPath "$GIS_DATABASE\demolocation"
-	File /r ${DEMOLOCATION_PATH}\*.*
-	
+	File /r "$DEMOLOCATION_PATH"\*.*
+	RMDir /r "$GIS_DATABASE\demolocation\.svn"
+	RMDir /r "$GIS_DATABASE\demolocation\PERMANENT\.svn"
+	RMDir /r "$GIS_DATABASE\demolocation\PERMANENT\vector\.svn"
+	RMDir /r "$GIS_DATABASE\demolocation\PERMANENT\vector\mysites\.svn"
+	RMDir /r "$GIS_DATABASE\demolocation\PERMANENT\vector\point\.svn"
+	RMDir /r "$GIS_DATABASE\demolocation\PERMANENT\dbf\.svn"
+
 	;add msys.bat into the INSTALL_DIR\msys directory
 	SetOutPath "$INSTALL_DIR\msys"
 	File /r ${MSYS_BATCH}	



More information about the grass-commit mailing list