ruby-changes:71875
From: Hiroshi <ko1@a...>
Date: Thu, 19 May 2022 15:49:10 +0900 (JST)
Subject: [ruby-changes:71875] ee3b61a44f (master): Removed subversion section because there is no active branch for svn.
https://git.ruby-lang.org/ruby.git/commit/?id=ee3b61a44f From ee3b61a44fe73dc577f84d27a1de5dfca548a04e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 19 May 2022 15:48:27 +0900 Subject: Removed subversion section because there is no active branch for svn. --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index dbe71ddbd4..fee8528ca7 100644 --- a/README.md +++ b/README.md @@ -27,15 +27,13 @@ It is simple, straightforward, and extensible. https://github.com/ruby/ruby/blob/trunk/README.md#L27 well as Windows, macOS, etc.) cf. https://github.com/ruby/ruby/blob/master/doc/maintainers.rdoc#label-Platform+Maintainers -## How to get Ruby +## How to get Ruby with Git For a complete list of ways to install Ruby, including using third-party tools like rvm, see: https://www.ruby-lang.org/en/downloads/ -### Git - The mirror of the Ruby source tree can be checked out with the following command: $ git clone https://github.com/ruby/ruby.git @@ -48,17 +46,6 @@ to see the list of branches: https://github.com/ruby/ruby/blob/trunk/README.md#L46 You may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source) if you are a committer. -### Subversion - -Stable branches for older Ruby versions can be checked out with also the -following command: - - $ svn co https://svn.ruby-lang.org/repos/ruby/branches/ruby_2_6/ ruby - -Try the following command to see the list of branches: - - $ svn ls https://svn.ruby-lang.org/repos/ruby/branches/ - ## Ruby home page https://www.ruby-lang.org/ -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/