Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installerリポジトリ統合 #60

Merged
merged 105 commits into from
Jun 5, 2018
Merged

installerリポジトリ統合 #60

merged 105 commits into from
Jun 5, 2018

Conversation

kobake
Copy link
Member

@kobake kobake commented Jun 5, 2018

変更内容

installer リポジトリを sakura リポジトリの /installer サブディレクトリとして取り込み。コミットログも全て取り込む。

注意点

動作確認はしていません。あくまでも sakura リポジトリ上で installer を管理できるように、リポジトリの統合を行うことだけが本PRの目的です。動作調整等は別件として処理します。

取り込み元情報

今回は (2) の Git リポジトリを取り込みます。

取り込み手順

※本作業者 (kobake) の環境では sakura リポジトリのリモート名を github として扱っています。通常は origin という名前であることが多いと思うので、そこは適宜読み替えてください(origin は git-svn 変換時に名前が使われてしまったので別名の github という名前を付けているという事情があります)。

# master を元に作業
git checkout master
git fetch github
git reset --hard github/master

# 本PR用のブランチ作成
git checkout -b import-installer

# ローカルブランチ installer-branch として取り込み
git remote add github-installer git@github.com:sakura-editor/installer.git
git branch installer-branch github-installer/master

# installer-branch を本PR用ブランチに取り込み
git merge --allow-unrelated-histories --strategy=recursive -Xsubtree=installer installer-branch

# 取り込み完了。push する。
git push github import-installer

事後の話

このPRがマージされたら、GitHub 上の installer リポジトリ は削除します。

syat added 30 commits October 4, 1999 23:56
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2164 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2168 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2169 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2170 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2171 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2172 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2178 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2179 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2189 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2191 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
syat and others added 15 commits June 2, 1999 06:59
wiki:Customize/投稿/63
Contributed by りーや

git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2249 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
wiki:Customize/投稿/64
Contributed by りーや


git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2252 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
wiki:Customize/投稿
Contributed by ...

git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/installer/trunk2@2253 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
Copy link
Member

@m-tmatma m-tmatma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

installer 用のリポジトリの最新版および svn の最新と一致することを確認しました。
(WinMerge を使うと sinst_src.zip の中身が一致するかまで確認できるんですね。めちゃ便利)

@kobake
Copy link
Member Author

kobake commented Jun 5, 2018

レビューありがとうございます!マージしちゃいますね~

@kobake kobake merged commit 383186a into master Jun 5, 2018
@kobake kobake deleted the import-installer branch June 5, 2018 16:13
@kobake
Copy link
Member Author

kobake commented Jun 5, 2018

installerリポジトリも消しちゃいました。SourceForge 側は残してあるので必要があればいつでも再構築できます。

WinMerge便利ですよねぇ。プラグイン機能でExcel比較とかもできますし、強い。

@kobake
Copy link
Member Author

kobake commented Jun 5, 2018

あ、すみません、今気づいたのですが installer リポジトリの展開先が installer フォルダになってなかったです。一旦 revert します(´Д`)

@m-tmatma
Copy link
Member

m-tmatma commented Jun 5, 2018

やり直さなくても、単に移動すればいいのでは?

@kobake
Copy link
Member Author

kobake commented Jun 5, 2018

先の話をすると、続けて以下のようなリポジトリ統合を考えてまして、

  • help → /help/sakura として統合
  • macro → /help/macro として統合
  • plugin → /help/plugin として統合

今回の installer 移行は上記移行のリハーサルを兼ねるものとして考えてました。ちゃんとサブディレクトリにダイレクトに移行できることの検証をしてみたい感じです。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI appveyor など CI 関連 【ChangeLog除外】
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants