1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update the distribution information.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@11803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shyouhei 2007-02-20 07:52:06 +00:00
parent 6f6823bef2
commit 2fbba8d23e
2 changed files with 27 additions and 12 deletions

20
README
View file

@ -22,16 +22,24 @@ 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 latest source code of this version series can be checked out
through SVN 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/branches/ruby_1_8_6/
The trunk of the Ruby source tree can be checked out with the
following command:
$ 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

View file

@ -26,18 +26,25 @@ Ruby
* 入手法
** 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
本ブランチのRubyの最新のソースコードは次のコマンドで取得できます
$ svn co http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6/
開発先端のソースコードは次のコマンドで取得できます.
$ svn co http://svn.ruby-lang.org/repos/ruby/trunk/ ruby
他に開発中のブランチの一覧は次のコマンドで見られます.
$ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
* ホームページ