CVS of 6.x-1.0-rc1 "unsupported", tar ball works
Beanjammin - November 10, 2009 - 00:46
| Project: | Cache Router |
| Version: | 6.x-1.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The CVS and tar ball versions of cacherouter 6.x-1.0-rc1 are different. The CVS version (tag DRUPAL-6--1-0-RC1) has a different cacherouter.info file which lacks proper version information. The result being that the CVS version gets flagged as unsupported by drupal and can not be used without first modifying the cacherouter.info file.
Changing the following cacherouter.info line in the CVS checked of 6.x-1.0-rc1 fixes the problem:
version = VERSION
change to:
version = 6.x-1.0-rc1 fixes the problem.

#1
using cvs_deploy module had the version at 6.14, and it seemed to work. (i'm having an issue with no menu item showing up, but i think this is separate)
#2
Actually I don't think there is meant to be a menu item, configuration happens through the additions to settings.php.