Revision: 737
http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=737&view=rev
Author: el_cubano
Date: 2007-10-27 21:21:49 -0700 (Sat, 27 Oct 2007)
Log Message:
-----------
Allow options from the environment
Modified Paths:
--------------
trunk/ddccontrol-web/commit.sh
Modified: trunk/ddccontrol-web/commit.sh
===================================================================
--- trunk/ddccontrol-web/commit.sh 2007-10-28 04:20:54 UTC (rev 736)
+++ trunk/ddccontrol-web/commit.sh 2007-10-28 04:21:49 UTC (rev 737)
@@ -4,11 +4,11 @@
echo "Cleaning..."
make clean
echo "Committing your changes to root files (message: '$1')..."
-svn commit -m "$1"
+svn commit $SVN_OPTS -m "$1"
echo "Remaking..."
make
echo "Committing updated html files and other files (message: '$1')..."
-cvs commit -m "$1"
+cvs commit $SVN_OPTS -m "$1"
echo "Updating website..."
make update
echo "OK"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|