From e4c8ce77919b315e43f1d9db007e5a29dd99c15f Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 31 Dec 2006 15:46:08 +0000 Subject: s/cvs/svn/g svn path=/trunk/; revision=6773 --- README.Python | 2 +- autogen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Python b/README.Python index 47ee9e13f..0720b4d0a 100644 --- a/README.Python +++ b/README.Python @@ -18,7 +18,7 @@ To update the file: - It doesn't mark interfaces correctly - You need to ensure that no is-constructor-of lines have been lost - - Basically, just do a cvs diff and fix things up as appropriate. + - Basically, just do a svn diff and fix things up as appropriate. - Finally ensure it compiles, but that's obvious, right? :-) diff --git a/autogen.sh b/autogen.sh index 7177c5166..93c3f2a2d 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,7 +13,7 @@ PKG_NAME="epiphany" } which gnome-autogen.sh || { - echo "You need to install gnome-common from GNOME CVS and make" + echo "You need to install gnome-common from GNOME SVN and make" echo "sure the gnome-autogen.sh script is in your \$PATH." exit 1 } -- cgit