summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-20 07:34:30 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-20 07:34:30 +0000
commit74adb2b8d436c2f28cd44aefc9d90ec305eff73e (patch)
tree42eb03b14aa510b3572dae2f767f91e91f8824b0
parent90a192865a9a57e8acecfdfd653386b4f335787b (diff)
Update the distribution information.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--README15
-rw-r--r--README.ja15
2 files changed, 17 insertions, 13 deletions
diff --git a/README b/README
index d4580076b0..938c846e3f 100644
--- a/README
+++ b/README
@@ -22,16 +22,19 @@ Perl). It is simple, straight-forward, and extensible.
* How to get Ruby
-The Ruby distribution can be found on:
+The Ruby distribution files can be found in the following FTP site:
ftp://ftp.ruby-lang.org/pub/ruby/
-You can get it by anonymous CVS. How to check out is:
+The trunk of the Ruby source tree can be checked out with the
+following command:
- $ cvs -d :pserver:anonymous@cvs.ruby-lang.org:/src login
- (Logging in to anonymous@cvs.ruby-lang.org)
- CVS password: anonymous
- $ cvs -z4 -d :pserver:anonymous@cvs.ruby-lang.org:/src checkout ruby
+ $ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby
+
+There are some other branches under development. Try the following
+command and see the list of branches:
+
+ $ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
* Ruby home-page
diff --git a/README.ja b/README.ja
index fc502dd440..2c2b110330 100644
--- a/README.ja
+++ b/README.ja
@@ -26,21 +26,22 @@ Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい強力
* 入手法
-** ftpで
+** FTPで
以下の場所においてあります.
ftp://ftp.ruby-lang.org/pub/ruby/
-** CVSで
+** Subversionで
- $ cvs -d :pserver:anonymous@cvs.ruby-lang.org:/src login
- (Logging in to anonymous@cvs.ruby-lang.org)
- CVS password: anonymous
- $ cvs -z4 -d :pserver:anonymous@cvs.ruby-lang.org:src checkout ruby
+開発先端のソースコードは次のコマンドで取得できます.
+ $ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby
+
+他に開発中のブランチの一覧は次のコマンドで見られます.
+
+ $ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
-* ホームページ
RubyのホームページのURLは