Using PHP5.4 with strict error checking, get this error:
Strict Standards: Non-static method SVNAutoUpgrader::getInstance() should not be called statically in …/mysite/wp-content/plugins/svn-auto-upgrade/svn-auto-upgrade.php on line 235
To fix this, I added “static” to line 18 in svn-auto-upgrade.php to:
public static function getInstance() {
I suspect _construct() should also be static.
thanks for a great plugin – if you’d like me send you a patch for this, I’d be happy to.
]]>Updates for plugins and themes in 3.4.2 and newer do not work SVN client says “is not a working copy”. However updating wordpress from 3.4.2 to 3.5.1 works fine. Do you plan to continue to update this plugin? It is really a great tool and saves a lot of SVN trouble even now when it’s just to update wordpress. If not could you allow someone who will? Thanks.
https://www.ads-software.com/extend/plugins/svn-auto-upgrade/
]]>I’ve noticed when upgrading plugins that not all files are upgraded – verified by unzipping the file from the www.ads-software.com over it and doing an “svn diff”:
Using the wordpress upgrade:
[root@web1 plugins]# svn st
M woocommerce/woocommerce.php
M woocommerce/readme.txt
After unzipping from the www.ads-software.com repository:
root@web1 plugins]# svn st
? woocommerce.1.6.5.2.zip
M woocommerce/classes/gateways/paypal/class-wc-paypal.php
M woocommerce/woocommerce.php
M woocommerce/readme.txt
This plugin is super useful for me as I use subversion to maintain a versioned backup of my site, so it would be great to sort this out. Thanks!
https://www.ads-software.com/extend/plugins/svn-auto-upgrade/
]]>Can you clean up these notices in the plugin? I run my dev environment with WP_DEBUG on and this appears in the admin footer.
Notice: Undefined variable: info in /wp-content/plugins/svn-auto-upgrade/svn-auto-upgrade.php on line 208
Notice: Undefined variable: info in /wp-content/plugins/svn-auto-upgrade/svn-auto-upgrade.php on line 208
https://www.ads-software.com/extend/plugins/svn-auto-upgrade/
]]>Hi guys, I was just trying to update some plugins for a site I’m working on and with this plugin installed and it hosed the functionality for one of the updated plugins (Advanced Custom Fields). The interface for ACF basically was not working correctly, I could not added new fields and even the Screen Options menu would not expand for me. I disabled SVN Auto Upgrade and tried the plugin update and it works fine so something is going on…
Let me know if you need any further info.
– Jonah
https://www.ads-software.com/extend/plugins/svn-auto-upgrade/
]]>