Closed (fixed)
Project:
CVS deploy
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
2 Sep 2007 at 08:17 UTC
Updated:
25 Jan 2008 at 07:01 UTC
Jump to comment: Most recent file
I'm using CVS to update my site. I've installed update_status and cvs_deploy.
When activating cvs_deploy, I get an error of calling an undefined function update_status_get_project.
This error appears in line 100 of cvs.deploy:
<?php
if (module_exists('update_status')) {
$project['project'] = update_status_get_project($file);
}
?>| Comment | File | Size | Author |
|---|---|---|---|
| #2 | cvs_deploy_update_status_2_graceful.patch | 1.22 KB | dww |
| update_status_get_project.patch | 382 bytes | z.stolar |
Comments
Comment #1
dwwCVS deploy is meant for update_status 5.x-2.*. update_status 5.x-1.* is now deprecated, and should no longer be used.
That said, it'd be nice to more gracefully handle this error case. However, the patch here is wrong, and will break things in update_status 5.x-2.* land.
Comment #2
dwwlike so.
Comment #3
dwwCommitted to DRUPAL-5 branch. D6 (HEAD) is a whole different story, so I'm going to call this particular issue fixed.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.