Skip to content

Instantly share code, notes, and snippets.

@libitte
Last active December 22, 2015 07:08
Show Gist options
  • Select an option

  • Save libitte/6435446 to your computer and use it in GitHub Desktop.

Select an option

Save libitte/6435446 to your computer and use it in GitHub Desktop.
svn delete してしまった時の対処

svn delete してしまった時の対処

svn delete --force [file/dir name]

とかで消してしまった場合には

svn revert [file/dir path]

すると復活する。

svn revert

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment