I use drush through cygwin too many times a day. Is there a way for me to turn off the maintainer warning (see below) without modifying the drush files?:

Maintainer Warning:

"Drush has significant limitations on Windows. We seek a co-maintainer to remedy them."

Is this something that can be changed in the drush.rc.php file?

Comments

greg.1.anderson’s picture

Status: Active » Fixed

If you are using drush with Windows, you should be using 5.x-dev. It is also a good idea to read all of the docs when using an unsupported configuration; the answer to your question above can be found in examples.drushrc.php in the "examples" folder.

chrisjlee’s picture

Status: Fixed » Closed (fixed)

Thanks.

moshe weitzman’s picture

Title: Cygwin: Turning off warning » Change the windows warning in drush4 to point people to 5.x instead
Version: All-versions-4.2 » All-versions-4.x-dev
Category: support » task
Status: Closed (fixed) » Active
greg.1.anderson’s picture

Status: Active » Needs review
StatusFileSize
new1.85 KB

Here is an untested suggestion. I'll try on Windows later; feedback on approach and message appreciated.

Note that I changed the nag check, so that people running 4.x who previously disabled the message will start getting nagged again, but will still have a way to turn it off again if they wish. Hm, seems the default value for drush_get_option should be a string, not a TRUE; otherwise we get the wrong comparison result w/ type conversion. I'll fix that when I test on Windows.

moshe weitzman’s picture

Priority: Minor » Major

Lets get some folks banging on 5.x windows.

greg.1.anderson’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.