Remove descriptions about CVS and add description about the new Git
authortomo <tomo>
Thu, 26 Apr 2012 16:49:32 +0000 (16:49 +0000)
committertomo <tomo>
Thu, 26 Apr 2012 16:49:32 +0000 (16:49 +0000)
repository.

README.en

index 403a7cb..197c9e1 100644 (file)
--- 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.