Skip to content

Instantly share code, notes, and snippets.

@dcangulo
Last active June 12, 2020 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcangulo/d0bebf0ce7b07299b05e22efe91a18b6 to your computer and use it in GitHub Desktop.
Save dcangulo/d0bebf0ce7b07299b05e22efe91a18b6 to your computer and use it in GitHub Desktop.
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 add --force .
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