Created
May 30, 2020 13:49
-
-
Save dcangulo/fa4a01782e773d6beb2a46caba19e97d to your computer and use it in GitHub Desktop.
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
git clone repo | |
Make changes in git repo | |
svn copy http://plugins.svn.wordpress.org/repo/trunk/ http://plugins.svn.wordpress.org/repo/tags/X.X.X.X -m "Create X.X.X.X tag" | |
svn checkout http://plugins.svn.wordpress.org/repo/trunk/ | |
delete content on trunk | |
copy from git repo to trunk | |
svn add * | |
svn commit -m "release X.X.X.X" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment