wordpress-git-svn-release
wordpress-git-svn-release copied to clipboard
Release a WordPress plugin from git to svn
When a new version of WordPress is released, WP wants plugins to bump their readme.txt so their `Tested up to:` header matches the latest WP release. If we just want...
Hi sun, Just tested your fork for the WP git-svn script and it works nicely! I just came across a minor bug where empty directories are not being removed on...
Most tutorials on the net are about [retaining git history in svn](http://stackoverflow.com/questions/117378/grafting-a-git-history-onto-an-svn-branch#144170), whereas wp-release explicitly wants to omit history. - https://wiki.bnl.gov/dayabay/index.php?title=Synchronizing_Repositories#Lossy_history_with_git_merge_.2B_git_svn_dcommit suggests to (squash-)merge master into the git-svn remote branch...
Problem - The version number in git remains to be the last released one, even though it may contain further changes already. Goal - Ensure development snapshots can be properly...
(Assumed) Idea: - Allow to manage WordPress.org assets through the git repository. Resources - Branch `bftrick` by @BFTrick contains a simple mechanism to "overwrite everything in WP /assets with a...
Problem - `svn` executable is not found due to spaces in path name when invoked via cygwin or mingw32. - Installation instructions for `wp-release` in path environment don't work for...
Problem - When executing the script on a Windows machine, the `svn:executable` property is set to `*` (enabled) for all files. Resources - http://stackoverflow.com/questions/17359469/avoid-executable-text-files-in-svn