From 52acaf23e49441652d7a195541a092f00d26ceda Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 8 Oct 2008 21:19:01 +0000 Subject: [PATCH] Changed text CVS to SVN. svn path=/trunk/; revision=926 --- ChangeLog | 4 ++++ HACKING | 2 +- autogen.sh | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index de0bf42f..2720ca67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-10-08 Curtis Gedak + * autogen.sh, + HACKING: Changed text CVS to SVN. + - Thanks to Martin Capitanio + * README: Added a dependency. - Thanks to Martin Capitanio diff --git a/HACKING b/HACKING index 7fdf2454..d56f338c 100644 --- a/HACKING +++ b/HACKING @@ -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 ;-). diff --git a/autogen.sh b/autogen.sh index 328a8deb..f424d89f 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,7 +7,7 @@ test -z "$srcdir" && srcdir=. 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 @@ GDUMAKE="gnome-doc-utils.make" 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