| 
     
      
      
      From: <el_...@us...> - 2007-10-28 02:45:19
      
     
   | 
Revision: 725
          http://ddccontrol.svn.sourceforge.net/ddccontrol/?rev=725&view=rev
Author:   el_cubano
Date:     2007-10-27 19:45:18 -0700 (Sat, 27 Oct 2007)
Log Message:
-----------
Fix commit script to work with subversion
Modified Paths:
--------------
    trunk/ddccontrol-web/commit.sh
Modified: trunk/ddccontrol-web/commit.sh
===================================================================
--- trunk/ddccontrol-web/commit.sh	2007-10-28 02:40:25 UTC (rev 724)
+++ trunk/ddccontrol-web/commit.sh	2007-10-28 02:45:18 UTC (rev 725)
@@ -4,7 +4,7 @@
 echo "Cleaning..."
 make clean
 echo "Committing your changes to root files (message: '$1')..."
-cvs commit -l -m "$1"
+svn commit -m "$1"
 echo "Remaking..."
 make
 echo "Committing updated html files and other files (message: '$1')..."
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |