sfSCMIgnoresTaskPlugin for Symfony released, windows compatible!
by Matt DaumRecently I received an email from Davert. He noted that the sfSCMIgnoresTaksPlugin would not work on Windows as Windows has a different directory separator. He sent over a patch which uses PHP’s DIRECTORY_SEPARATOR instead of the coded “/”. This makes the plugin compatible on Windows. Thanks Davert. You can read more about the plugin and download the most recent release at http://www.symfony-project.org/plugins/sfSCMIgnoresTaskPlugin.
Tags: php, symfony, symfony git, symfony plugin

March 19th, 2010 at 2:42 pm
Hi,
It’s completely unnecessary as long as you use forward slash “/” (which you probably have done since that’s the *nix way).
Windows understands it just fine.
The only thing you *can’t* do is use Windows backslash “\” on *nix. But who does that? ;o)