Blog

sfSCMIgnoresTaskPlugin for Symfony released, windows compatible!

by Matt Daum

Recently 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: , , ,

One Response to “sfSCMIgnoresTaskPlugin for Symfony released, windows compatible!”

  1. Russ Says:

    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)

Leave a Reply