VersionControlSystemJa
Version 3 (yugui (Yuki Sonoda), 06/16/2008 09:27 pm)
1 | 2 | yugui (Yuki Sonoda) | = バージョン管理システム連携 |
---|---|---|---|
2 | 1 | yugui (Yuki Sonoda) | システムは、各プロジェクトに対応するバージョン管理システム(VCS)を定期的に読みに行って同期する。 |
3 | 1 | yugui (Yuki Sonoda) | |
4 | 1 | yugui (Yuki Sonoda) | VCSの内容はリポジトリブラウザ(((<例|URL:http://redmine.ruby-lang.org/repositories/show/ruby-19>)))で閲覧することができる。 |
5 | 1 | yugui (Yuki Sonoda) | また、コミットログに特定のキーワードを使った記述を含んでいるとシステムが認識してアクションを起こす。 |
6 | 1 | yugui (Yuki Sonoda) | |
7 | 2 | yugui (Yuki Sonoda) | :((%ref !#1%)), ((%cf !#1%)), ((%see !#1%)) |
8 | 2 | yugui (Yuki Sonoda) | * リポジトリブラウザ上で「#1」がissueのページへのリンクになる |
9 | 2 | yugui (Yuki Sonoda) | * issueのページ上で「関連するコミット」として表示される |
10 | 2 | yugui (Yuki Sonoda) | :((%cf: [ruby-dev:xxx], [ruby-core:yyy]%)) |
11 | 2 | yugui (Yuki Sonoda) | issueの番号の代わりに[メーリングリスト名:通番]表記を利用できる。カンマまたは空白区切りで列挙可。 |
12 | 2 | yugui (Yuki Sonoda) | :((%!#1%)) |
13 | 2 | yugui (Yuki Sonoda) | "ref"や"cf", "see"で修飾されていないissue識別子がコミットログに出現すると、対応するissueを自動的にcloseする。 |
14 | 2 | yugui (Yuki Sonoda) | * issueを自動的にクローズする |
15 | 2 | yugui (Yuki Sonoda) | * リポジトリブラウザ上で「#1」がissueのページへのリンクになる |
16 | 2 | yugui (Yuki Sonoda) | * issueのページ上で「関連するコミット」として表示される |
17 | 2 | yugui (Yuki Sonoda) | :((%[ruby-dev:xxx], [ruby-core:yyy]%)) |
18 | 2 | yugui (Yuki Sonoda) | メール番号による参照も同様に、修飾しなければ対応するissueをclose |
19 | 2 | yugui (Yuki Sonoda) | |
20 | 2 | yugui (Yuki Sonoda) | コミットを通じてissueがクローズされると、それを知らせるメールが自動的にメーリングリストに流れる。 |
21 | 3 | yugui (Yuki Sonoda) | |
22 | 3 | yugui (Yuki Sonoda) | == 例 |
23 | 2 | yugui (Yuki Sonoda) | * [ruby-dev:xxx]と[ruby-dev:yyy]のissueを閉じる。[ruby-core:zzz]のissueに関連。 |
24 | 2 | yugui (Yuki Sonoda) | Fixed the problem that blahblahblah. |
25 | 2 | yugui (Yuki Sonoda) | [ruby-dev:xxx], [ruby-dev:yyy]. see [ruby-core:zzz] |
26 | 2 | yugui (Yuki Sonoda) | * #1と[ruby-core:xxx]に関連。[ruby-dev:yyy]を閉じる |
27 | 2 | yugui (Yuki Sonoda) | Improved the performance of GC. |
28 | 2 | yugui (Yuki Sonoda) | ref. !#1, [ruby-core:xxx]. [ruby-dev:yyy]. |
29 | 2 | yugui (Yuki Sonoda) | * #1と#2を閉じる。[ruby-core:xxx]に関連 |
30 | 2 | yugui (Yuki Sonoda) | blahblahblah |
31 | 2 | yugui (Yuki Sonoda) | * Fixed !#1 and !#2. |
32 | 2 | yugui (Yuki Sonoda) | * typo: see [ruby-core:xxx] |