Skip to content

Instantly share code, notes, and snippets.

@hoco
Created May 29, 2012 07:13
Show Gist options
  • Save hoco/2823068 to your computer and use it in GitHub Desktop.
Save hoco/2823068 to your computer and use it in GitHub Desktop.
SVNあれこれ
#ローカルファイルを残したままリポジトリからファイル削除
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