aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-22 00:55:19 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-22 00:55:19 +0000
commit4c570abf773a0c627592ddef584f3375f791126c (patch)
tree279d2f00ee435bacaf048f979add03dd73f74d41 /README.md
parent693c28d59f6c5eb9dc4fefba57c7967c0dd49b63 (diff)
downloadruby-4c570abf773a0c627592ddef584f3375f791126c.tar.gz
README.md: Update description about Git repository
We started to switch from SVN to Git. Because GitHub would be more reliable than our single-host cgit, I continued to list GitHub mirror repository in the first place. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 11 insertions, 13 deletions
diff --git a/README.md b/README.md
index 7c14b37f88..b88a16f609 100644
--- a/README.md
+++ b/README.md
@@ -31,32 +31,30 @@ like rvm, see:
https://www.ruby-lang.org/en/downloads/
-### Subversion
+### Git
-The trunk of the Ruby source tree can be checked out with the following
-command:
+The mirror of the Ruby source tree can be checked out with the following command:
- $ svn co https://svn.ruby-lang.org/repos/ruby/trunk/ ruby
+ $ git clone https://github.com/ruby/ruby.git
There are some other branches under development. Try the following command
to see the list of branches:
- $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
+ $ git ls-remote https://github.com/ruby/ruby.git
+You may also want to use https://git.ruby-lang.org/ruby.git (actual trunk of Ruby source)
+for better latency in Japan.
-### Git
+### Subversion
-The mirror of the Ruby source tree can be checked out with the following
-command:
+Stable branches for older Ruby versions can be checked out with the following command:
- $ git clone https://github.com/ruby/ruby.git
+ $ svn co https://svn.ruby-lang.org/repos/ruby/branches/ruby_2_6/ ruby
-There are some other branches under development. Try the following command
-to see the list of branches:
+Try the following command to see the list of branches:
- $ git ls-remote https://github.com/ruby/ruby.git
+ $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/
-You may also want to use https://git.ruby-lang.org/ruby.git for better latency in Japan.
## Ruby home page