Created
July 14, 2013 23:25
-
-
Save yuka2py/5996538 to your computer and use it in GitHub Desktop.
メモ。svn の trunk を git で管理。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. svn の trunk の中で git init | |
2. ~/.subversion/config に以下を記述して git リソースなどを svn 管理下から除外する | |
global-ignores = .DS_Store Thumbs.db .git .gitignore | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
svn は良く知らなかったので、こちらを参考にした。
https://gist.github.com/miya0001/5941521