gparted r926 - trunk



Author: gedakc
Date: Wed Oct  8 21:19:01 2008
New Revision: 926
URL: http://svn.gnome.org/viewvc/gparted?rev=926&view=rev

Log:
Changed text CVS to SVN.

Modified:
   trunk/ChangeLog
   trunk/HACKING
   trunk/autogen.sh

Modified: trunk/HACKING
==============================================================================
--- trunk/HACKING	(original)
+++ trunk/HACKING	Wed Oct  8 21:19:01 2008
@@ -1,7 +1,7 @@
 CVS guidelines for gparted
 ========================
 
-Please don't commit directly to the CVS unless you have been
+Please don't commit directly to the SVN unless you have been
 given the green light to commit freely to gparted.  When in doubt
 assume you haven't ;-). 
 

Modified: trunk/autogen.sh
==============================================================================
--- trunk/autogen.sh	(original)
+++ trunk/autogen.sh	Wed Oct  8 21:19:01 2008
@@ -7,7 +7,7 @@
 PKG_NAME="gparted"
 
 which gnome-autogen.sh || {
-    echo "You need to install gnome-common from the GNOME CVS"
+    echo "You need to install gnome-common from the GNOME SVN"
     exit 1
 }
 
@@ -16,7 +16,7 @@
 GDUMAKEFULLPATH=`locate $GDUMAKE | grep -m 1 "gnome-doc-utils/"`
 if test "x${GDUMAKEFULLPATH}" = "x" ; then 
 	echo "Cannot find file: $GDUMAKE"
-	echo "You need to install gnome-doc-utils from the GNOME CVS"
+	echo "You need to install gnome-doc-utils from the GNOME SVN"
 	exit 1
 fi
 # Ensure a copy of gnome-doc-utils.make exists in the top source directory



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]