rm %WP_ROOT/wp-content/plugins/akismet/
cd %WP_ROOT/
svn up
Tag Archives: svn
Add / Update Assets Images to Remote WordPress Repository Outside Local git-svn Repository
# Check out remote repo after updating from git repo
svn co http://plugins.svn.wordpress.org/plugin-name
# Enter plugin folder
cd plugin-name
# Add new assets
svn add assets/*
# Commit to remote repo
svn ci -m 'Add assets image'
Using git-svn to Update WordPress Plugin from GitHub, Syncing to WordPress.org Repository
https://gist.github.com/4d29b44f24b874d99984