Skip to content

Instantly share code, notes, and snippets.

@dcangulo
Created May 30, 2020 13:49
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/91779d2313eaaac4b2bc21e325501eb6 to your computer and use it in GitHub Desktop.
Save dcangulo/91779d2313eaaac4b2bc21e325501eb6 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 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