Created
May 29, 2012 07:13
-
-
Save hoco/2823068 to your computer and use it in GitHub Desktop.
SVNあれこれ
This file contains hidden or 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
#ローカルファイルを残したままリポジトリからファイル削除 | |
svn delete hoge.log --keep-local | |
svn commit hoge.log | |
#特定リビジョンにロールバック | |
svn update | |
svn merge -r HEAD:999 . | |
svn commit -m "rollback to revision 999" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment