[Scummvm-cvs-logs] SF.net SVN: scummvm:[48441] scummvm/trunk/tools/dist-scummvm.sh

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Apr 1 00:31:25 CEST 2010


Revision: 48441
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48441&view=rev
Author:   fingolfin
Date:     2010-03-31 22:31:24 +0000 (Wed, 31 Mar 2010)

Log Message:
-----------
Change 'CVS' to 'SVN' in dist-module.sh

Modified Paths:
--------------
    scummvm/trunk/tools/dist-scummvm.sh

Modified: scummvm/trunk/tools/dist-scummvm.sh
===================================================================
--- scummvm/trunk/tools/dist-scummvm.sh	2010-03-31 22:28:28 UTC (rev 48440)
+++ scummvm/trunk/tools/dist-scummvm.sh	2010-03-31 22:31:24 UTC (rev 48441)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# dist-module.sh - make release tarballs for one CVS module
+# dist-module.sh - make release tarballs for one SVN module
 #
 # Largely based on dist-fink.sh, Copyright (c) 2001 Christoph Pfisterer.
 # Modified to use Subversion instead of CVS by Max Horn in 2007.
@@ -63,7 +63,7 @@
 ### check code out from SVN
 # TODO: Add support for making tarballs from trunk / branches?
 
-echo "Exporting module $module, tag $tag from CVS:"
+echo "Exporting module $module, tag $tag from SVN:"
 svn export "$svnroot/$module/tags/$tag" $fullname
 if [ ! -d $fullname ]; then
   echo "SVN export failed, directory $fullname doesn't exist!"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list