wp-plugin-git-svn-sync
wp-plugin-git-svn-sync copied to clipboard
☄️ Zero config synchronizing of Git repository with SVN for publishing WordPress plugins.
Update script to check if images exist before launching svn commands that trigger errors
This code generated errors and had to delete it: ``` # Untrack files that have been deleted. # We add an at symbol to every name. # See http://stackoverflow.com/questions/1985203/why-subversion-skips-files-which-contain-the-symbol#1985366 svn...
Git by default now use main branch and not master anymore. That lead to an error when fetching.
It often happens that you don't want to sync tags up to a given one. We should introduce a new argument to be able to specific from which tag to...
Hi, some of our plugins need build script to be executed before being deployed to wordpress.org plugin repository. Maybe you can provide some kind of event system to subscribe into...
For initial submission to WP.org and for updating themes this can be very handy. It should have the same exclusion strategy than the current implemented one with rsync.