Re: svnlook log doesn't return message
From: Ryan Schmidt <subversion-2008a_at_ryandesign.com>
Date: Fri, 29 Feb 2008 04:06:59 -0600
On Feb 29, 2008, at 03:48, Ryan Schmidt wrote:
> And of course right after I sent my reply, I thought a bit more
And for the same reason, your php lint checker is only checking the
And for the same reason, your not-allowed-filename checker is only
if (!preg_match_all("/[A]\s+([^\s]+)$/i", $cmd, $matches)) {
should be changed to
if (preg_match_all("/[A]\s+([^\s]+)$/i", $cmd, $matches)) {
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.