r19277 - gnucash/trunk/packaging/win32 - Document what to do if svn isn't found. This only applies to the scripts used to setup an automated build system

Geert Janssens gjanssens at code.gnucash.org
Sat Jun 19 09:28:23 EDT 2010


Author: gjanssens
Date: 2010-06-19 09:28:23 -0400 (Sat, 19 Jun 2010)
New Revision: 19277
Trac: http://svn.gnucash.org/trac/changeset/19277

Modified:
   gnucash/trunk/packaging/win32/build_tags.sh
   gnucash/trunk/packaging/win32/daily_build.sh
Log:
Document what to do if svn isn't found. This only applies to the scripts used to setup an automated build system

Modified: gnucash/trunk/packaging/win32/build_tags.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_tags.sh	2010-06-19 10:47:11 UTC (rev 19276)
+++ gnucash/trunk/packaging/win32/build_tags.sh	2010-06-19 13:28:23 UTC (rev 19277)
@@ -1,4 +1,12 @@
 #!/bin/sh
+#
+# Note: for this script to work, you need to make sure bash can
+#       find svn on your system. If it's not in the default
+#       Windows path, you will have to add it yourself, for
+#       example like this:
+#       - create a file /etc/profile.d/svn.sh
+#       - add this line: export PATH=/c/soft/svn/bin:$PATH
+#       (Use the real path to your svn installation, obviously)
 
 set -e
 

Modified: gnucash/trunk/packaging/win32/daily_build.sh
===================================================================
--- gnucash/trunk/packaging/win32/daily_build.sh	2010-06-19 10:47:11 UTC (rev 19276)
+++ gnucash/trunk/packaging/win32/daily_build.sh	2010-06-19 13:28:23 UTC (rev 19277)
@@ -1,4 +1,12 @@
 #!/bin/sh
+#
+# Note: for this script to work, you need to make sure bash can
+#       find svn on your system. If it's not in the default
+#       Windows path, you will have to add it yourself, for
+#       example like this:
+#       - create a file /etc/profile.d/svn.sh
+#       - add this line: export PATH=/c/soft/svn/bin:$PATH
+#       (Use the real path to your svn installation, obviously)
 
 set -e
 



More information about the gnucash-changes mailing list