Last active
September 16, 2017 01:26
-
-
Save kurudrive/85fd57c6f9d6f065940ebc10f80b977e to your computer and use it in GitHub Desktop.
WordPressでプラグインを公式ディレクトリにアップ・更新する時のsvnコマンド ref: http://qiita.com/kurudrive/items/d7ecf2f162f8578293a3
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
$ 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