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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri May 3 21:26:41 PDT 2013


Author: hamish
Date: 2013-05-03 21:26:41 -0700 (Fri, 03 May 2013)
New Revision: 56107

Modified:
   grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
Log:
another attempt at getting rid of .svn in demolocation on wingrass (#1946)

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl	2013-05-04 04:16:31 UTC (rev 56106)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi.tmpl	2013-05-04 04:26:41 UTC (rev 56107)
@@ -583,8 +583,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