Skip to content

Instantly share code, notes, and snippets.

@kurudrive
Last active September 16, 2017 01:26
Show Gist options
  • Save kurudrive/85fd57c6f9d6f065940ebc10f80b977e to your computer and use it in GitHub Desktop.
Save kurudrive/85fd57c6f9d6f065940ebc10f80b977e to your computer and use it in GitHub Desktop.
WordPressでプラグインを公式ディレクトリにアップ・更新する時のsvnコマンド ref: http://qiita.com/kurudrive/items/d7ecf2f162f8578293a3
$ svn commit -m "2.3.3"
$ cd ../
$ svn cp trunk tags/2.3.3"
$ svn ci -m "tagging version 2.3.3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment