From 11cc873ee0fccc4ef4d7ac92455ff8a1d89d7718 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 26 Apr 2012 16:49:32 +0000 Subject: [PATCH] Remove descriptions about CVS and add description about the new Git repository. --- README.en | 27 ++++++++------------------- 1 file changed, 8 insertions(+), 19 deletions(-) diff --git a/README.en b/README.en index 403a7cb..197c9e1 100644 --- a/README.en +++ b/README.en @@ -87,29 +87,18 @@ please see the descriptions of the following pages: http://lists.chise.org/mailman/listinfo/chise-ja (Japanese) -* CVS +* Git -Development of CHISE-core/base uses CVS. So latest developing version -is available at CVS. +Development of CHISE-core/base uses Git. So the latest developing +version is available at Git. -** cvs login (first time only) + % git clone http://git.chise.org/git/chise/chise-base.git - % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise login +Or you can view the CHISE-core/base repository via WWW at: - CVS password: [CR] # NULL string + http://git.chise.org/gitweb/?p=chise/chise-base.git -** checkout - - % cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/chise checkout chise-base - -** updating - - % make distclean - - % cvs -z9 update -Pd - - - If you would like to join CVS based development, please declare it -in the CHISE mailing list. +If you would like to join Git based development, please declare it in +the CHISE mailing list. We hope you will join the open development. -- 1.7.10.4