Skip to content

Instantly share code, notes, and snippets.

@dcangulo
Last active June 12, 2020 09:29
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