From 3434aadcb97a30ab60ec3db7b8ef7d05c2f46369 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 31 Mar 2010 22:31:24 +0000 Subject: Change 'CVS' to 'SVN' in dist-module.sh svn-id: r48441 --- tools/dist-scummvm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/dist-scummvm.sh b/tools/dist-scummvm.sh index f4948ded21..de76c9f6a9 100755 --- a/tools/dist-scummvm.sh +++ b/tools/dist-scummvm.sh @@ -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 @@ fi ### 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!" -- cgit v1.2.3