Closed (fixed)
Project:
Version Control API -- Git backend
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2010 at 03:06 UTC
Updated:
29 Jul 2010 at 01:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
cweagansWoo! Got this fixed....I think. New code is attached (Replaces includes/classes.inc). It requires the changes in http://drupal.org/node/528960#comment-3202810 to work.
Comment #2
lelizondo commentedDoes the file in #1 is the complete *working* file?
Comment #3
sdboyer commentedOK, this should be fixed in -dev now. Though the system is a little less stable than I might like it - switching the location of autoload-registered classes is twitchy because there are so many ways to clear the cache (and therefore, trigger a rebuild of autoload data). And since the versioncontrol module hook_menu implementation makes calls that require autoload to be fully up-to-date, it can get kindy...quirky.
Comment #4
sdboyer commentedYeah, ok, should be fixed now.