[Scummvm-cvs-logs] SF.net SVN: scummvm: [20710] scummvm/trunk

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed Feb 15 15:25:03 CET 2006


Revision: 20710
Author:   kirben
Date:     2006-02-15 15:23:54 -0800 (Wed, 15 Feb 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=20710&view=rev

Log Message:
-----------
Update documentation to list SVN now, instead of CVS.

Modified Paths:
--------------
    scummvm/trunk/README
    scummvm/trunk/doc/09.tex
    scummvm/trunk/tools/update-version.pl
Modified: scummvm/trunk/README
===================================================================
--- scummvm/trunk/README	2006-02-15 23:04:48 UTC (rev 20709)
+++ scummvm/trunk/README	2006-02-15 23:23:54 UTC (rev 20710)
@@ -77,7 +77,7 @@
 ---- ---------------
 To report a bug, please create a SourceForge account and follow the bugs
 link from our homepage. Please make sure the bug is reproducible, and
-still occurs in the latest daily build/current CVS version. Also check
+still occurs in the latest daily build/current SVN version. Also check
 the known bugs list (below) and compatibility listing for that game, to
 ensure the issue is not already known.
 
@@ -86,7 +86,7 @@
 games have bugs.
 
 Please include the following information:
-        - ScummVM version (PLEASE test the latest CVS/Daily build)
+        - ScummVM version (PLEASE test the latest SVN/Daily build)
         - Bug details, including instructions on reproducing
         - Language of game (English, German, ...)
         - Version of game (talkie, floppy, ...)
@@ -374,7 +374,7 @@
 ScummVM has been ported to run on many platforms and operating systems.
 Links to these ports can be found either on the ScummVM web page or by a
 Google search. Many thanks to the effort of porters. If you have a port of
-ScummVM and wish to commit it into the main CVS, feel free to contact us!
+ScummVM and wish to commit it into the main SVN, feel free to contact us!
 
 Supported platforms include (but are not limited to):
 
@@ -1310,7 +1310,7 @@
 Visual C++ are supported. If you wish to use MP3-compressed CD tracks or
 .SOU files, you will need to install the MAD library and define
 USE_MAD. Tools for compressing .SOU files to .SO3 files can be
-found in the 'tools' CVS module, or in the 'scummvm-tools' package.
+found in the 'tools' SVN module, or in the 'scummvm-tools' package.
 
 Some parts of ScummVM, particularly scalers, have highly optimized versions
 written in assembler. If you wish to use this option, you will need to install

Modified: scummvm/trunk/doc/09.tex
===================================================================
--- scummvm/trunk/doc/09.tex	2006-02-15 23:04:48 UTC (rev 20709)
+++ scummvm/trunk/doc/09.tex	2006-02-15 23:23:54 UTC (rev 20710)
@@ -11,7 +11,7 @@
 Visual C++ are supported. If you wish to use MP3-compressed CD tracks or
 .SOU files, you will need to install the MAD library and define
 USE\_MAD. Tools for compressing .SOU files to .SO3 files can be
-found in the 'tools' CVS module, or in the 'scummvm-tools' package.
+found in the 'tools' SVN module, or in the 'scummvm-tools' package.
 
 Some parts of ScummVM, particularly scalers, have highly optimized versions 
 written in assembler. If you wish to use this option, you will need to install 

Modified: scummvm/trunk/tools/update-version.pl
===================================================================
--- scummvm/trunk/tools/update-version.pl	2006-02-15 23:04:48 UTC (rev 20709)
+++ scummvm/trunk/tools/update-version.pl	2006-02-15 23:23:54 UTC (rev 20710)
@@ -7,8 +7,8 @@
 use strict;
 
 if ($#ARGV+1 < 3 or $#ARGV+1 > 4) {
-	# TODO: Allow the user to specify the version as "1.2.3cvs"
-	# and automatically split that into 1, 2, 3, cvs
+	# TODO: Allow the user to specify the version as "1.2.3svn"
+	# and automatically split that into 1, 2, 3, svn
 	print STDERR "Usage: $0 MAJOR MINOR PATCH [EXTRA]\n";
 	print STDERR "  TODO\n";
 	exit 1;







More information about the Scummvm-git-logs mailing list