'drush hacked-list-projects' shows a bunch of modules changed, including core (don't ask -- have inherited project of doom...)

However when I try to get diffs with drush, this happens:

~/Sites/client joachim$ drush hacked-diff drupal
diff: /Users/joachim/Sites/client/image_cache/hacked-cache/core/drupal/6.19/drupal: No such file or directory

I'm not sure why hacked has fixated on the /image_cache folder... it was there in the project tarball when I got it, obviously is non-standard.

Comments

joachim’s picture

The imagecache folder is due to the site's file_directory_temp being set to that... I said it was wacky!

However, when I set that to the default for my system (within MAMP), then I get:

~/Sites/client/sites/all/modules joachim$ drush hacked-diff drupal
diff: /drupal: No such file or directory

joachim’s picture

The problem seems to be hacked_download_release() does not seem to be returning anything.

steven jones’s picture

Status: Active » Needs work
steven jones’s picture

Version: 6.x-1.0-alpha6 » 6.x-2.x-dev
Status: Needs work » Postponed (maintainer needs more info)

Could you re-test with the 2.x branch possibly?

steven jones’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)