|
1 | 1 | ---
|
2 | 2 | layout: news_post
|
3 |
| -title: "Ruby Repository Moved to Git from Subversion" |
| 3 | +title: "루비 저장소가 Subversion에서 Git으로 이동했습니다" |
4 | 4 | author: "hsbt"
|
5 |
| -translator: |
| 5 | +translator: "yous" |
6 | 6 | date: 2019-04-23 00:00:00 +0000
|
7 |
| -lang: en |
| 7 | +lang: ko |
8 | 8 | ---
|
9 | 9 |
|
10 |
| -Today, the canonical repository of the Ruby programming language was moved to Git from Subversion. |
| 10 | +오늘, 루비 프로그래밍 언어의 표준 저장소가 Subversion에서 Git으로 이동했습니다. |
11 | 11 |
|
12 |
| -The web interface for the new repository is [https://git.ruby-lang.org](https://git.ruby-lang.org), and is provided by cgit. We can keep the commit hash from the contributor on the Ruby repository directly. |
| 12 | +새 저장소의 웹 인퍼테이스는 <https://git.ruby-lang.org>이며, cgit을 통해 |
| 13 | +제공됩니다. 루비 저장소에서 바로 기여자의 커밋 해시를 볼 수 있습니다. |
13 | 14 |
|
14 |
| -## Development policy |
| 15 | +## 개발 정책 |
15 | 16 |
|
16 |
| -* We don't use a topic branch on cgit. |
17 |
| -* The GitHub repository will still be just a mirror. We don't use the "Merge pull request" feature. |
18 |
| -* The ruby_2_4, ruby_2_5, and ruby_2_6 branches will continue to use SVN. We don't push anything to these branches on cgit. |
19 |
| -* Starting with ruby_2_7, we'll use cgit to develop stable branches. |
20 |
| -* We don't use merge commits. |
| 17 | +* cgit에서 토픽 브랜치를 사용하지 않습니다. |
| 18 | +* GitHub 저장소는 미러 저장소일 뿐입니다. '풀 리퀘스트 머지' 기능을 사용하지 않습니다. |
| 19 | +* ruby_2_4, ruby_2_5, ruby_2_6 브랜치는 계속 SVN을 사용합니다. 이 브랜치에는 cgit을 통해 그 어떤 것도 푸시하지 않습니다. |
| 20 | +* ruby_2_7 브랜치부터 cgit을 사용해 안정 브랜치를 개발합니다. |
| 21 | +* 머지 커밋을 사용하지 않습니다. |
21 | 22 |
|
22 |
| -## Special Thanks |
| 23 | +## 감사의 말 |
23 | 24 |
|
24 | 25 | * k0kubun
|
25 | 26 |
|
26 |
| - k0kubun aggressively developed toolchains related to release and backport workflows and also updated the hook script for git. |
| 27 | + k0kubun은 릴리스와 백포트 워크플로에 관련된 툴체인을 활발히 개발했고, Git을 위한 훅 스크립트를 업데이트했습니다. |
27 | 28 |
|
28 | 29 | * naruse
|
29 | 30 |
|
30 |
| - naruse updated the feature changes for Ruby CI and Redmine (bugs.ruby-lang.org). |
| 31 | + naruse는 루비 CI와 Redmine(bugs.ruby-lang.org)의 기능 변경 사항을 업데이트했습니다. |
31 | 32 |
|
32 | 33 | * mame
|
33 | 34 |
|
34 |
| - mame created the commit notification script for slack. |
| 35 | + mame는 Slack을 위한 커밋 알림 스크립트를 만들었습니다. |
35 | 36 |
|
36 |
| -## Future Work |
| 37 | +## 향후 계획 |
37 | 38 |
|
38 |
| -We still have to complete some tasks. If you find an issue related to the Git migration, please file it to [https://bugs.ruby-lang.org/issues/14632](https://bugs.ruby-lang.org/issues/14632). |
| 39 | +아직 몇 가지 작업이 남았습니다. Git 마이그레이션과 관련한 이슈를 찾았다면 |
| 40 | +<https://bugs.ruby-lang.org/issues/14632>로 제보해주시기 바랍니다. |
39 | 41 |
|
40 |
| -Enjoy! |
| 42 | +감사합니다! |
0 commit comments