Skip to content

Instantly share code, notes, and snippets.

@akshuvo
Last active September 6, 2022 22:51
Show Gist options
  • Save akshuvo/1c8725acee3e4bb3a82fbed55a022b98 to your computer and use it in GitHub Desktop.
Save akshuvo/1c8725acee3e4bb3a82fbed55a022b98 to your computer and use it in GitHub Desktop.
SVN Commands for WordPress Plugin

Checkout Repo

svn co https://plugins.svn.wordpress.org/your-plugin-name my-local-dir

Add All (force)

svn --force --depth infinity add .

SVN Commit

svn ci -m 'Update'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment