Closed (fixed)
Project:
Hacked!
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2012 at 19:26 UTC
Updated:
18 Mar 2012 at 21:20 UTC
Drupal's moved to Git so not sure why Hacked is still needing to reference CVS.
Possibly hacked_cvs_executable_get_version() needs to get replaced with hacked_git_executable_get_version(), but not sure.
Mostly I don't think it makes any sense to have "Could not find the 'cvs' executable. Checking CVS projects will not work correctly." listed in the status report page on D7 when I don't think that should matter. I can't see how it would matter for D6 sites either, but maybe I don't understand Hacked! well enough.
Comments
Comment #1
steven jones commentedAgreed, we can just remove the hook_requirements, but keep the CVS code around if people want it.
I've done that in commit:3cb6db7a4e8f4be204e1f9ad72001007f8aa3cd4
Comment #2
mgiffordThanks!