The SVN notify emails from plugins dotorg buddypress…

The SVNSVN Apache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. notify emails from plugins, dotorg, buddypress and probably bbpressbbPress Free, open source software built on top of WordPress for easily creating forums on sites. https://bbpress.org. don’t link the revision number to the changeset’s URLURL A specific web address of a website or web page on the Internet, such as a website’s URL www.wordpress.org on TracTrac Trac is the place where contributors create issues for bugs or feature requests much like GitHub.https://core.trac.wordpress.org/.. This is the behavior for the WordPress repo. I imagine this might just be a flag or parameter of some sort? They’re really useful.

The deploy script for me hasn’t been exiting…

The deployDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. script for me hasn’t been exiting after reporting that a deploy was successful, forcing me to ^C. I want to make sure there’s nothing important that’s making it hang.

Please can you update the PHP linting on…

Please can you update the PHPPHP PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. http://php.net/manual/en/intro-whatis.php. linting on the unit-tests repo to PHP 5.3 or disable it entirely?

We have test cases for actions with closures and now I can change the file 🙂

peter@atom (wireless.ftwr.co.uk) wp-testcase 0 0.01 $ svn diff

Property changes on: test_actions.php
___________________________________________________________________
Added: svn:eol-style
+ native

peter@atom (wireless.ftwr.co.uk) wp-testcase 0 0.09 $ svn ci -m “Set svn:eol-style native”
Sending wp-testcase/test_actions.php
Transmitting file data .svn: Commit failed (details follow):
svn: Commit blocked by pre-commit hook (exit code 1) with output:

***********************************
PHP error in: wp-testcase/test_actions.php:

Parse error: syntax error, unexpected T_FUNCTION in wp-testcase/test_actions.php on line 268
Errors parsing wp-testcase/test_actions.php
***********************************

peter@atom (wireless.ftwr.co.uk) wp-testcase 1 0.07 $

#unit-tests